Uses of Class
org.variantsync.boosting.position.Position
Packages that use Position
Package
Description
-
Uses of Position in org.variantsync.boosting.datastructure
Methods in org.variantsync.boosting.datastructure that return PositionModifier and TypeMethodDescriptionASTNode.getStartPosition()
Return the position (file, line) where the content of this node starts.Constructors in org.variantsync.boosting.datastructure with parameters of type PositionModifierConstructorDescriptionASTNode
(ASTNode parent, String code, Position position, ASTNode.NODE_TYPE type, org.logicng.formulas.Formula mapping) Constructs a new ASTNode with the specified parameters. -
Uses of Position in org.variantsync.boosting.parsing
Methods in org.variantsync.boosting.parsing that return PositionModifier and TypeMethodDescriptionJavaVisitor.parsePosition
(com.github.javaparser.Position parserPosition) Parses a javaparser Position object into our custom Position object. -
Uses of Position in org.variantsync.boosting.position
Subclasses of Position in org.variantsync.boosting.positionModifier and TypeClassDescriptionclass
Represents the location of a file.class
Represents a position in a file with line and column numbers.class
Represents the root position in a tree.class
Represents an unspecified position.Fields in org.variantsync.boosting.position declared as PositionMethods in org.variantsync.boosting.position that return PositionModifier and TypeMethodDescriptionstatic Position
Position.fromSerializedPosition
(String[] serializedPosition) Creates a Position object from a serialized string.Constructors in org.variantsync.boosting.position with parameters of type PositionModifierConstructorDescriptionProductPosition
(Variant variant, Position position) Constructs a new ProductPosition object with the given Product and Position. -
Uses of Position in org.variantsync.boosting.product
Methods in org.variantsync.boosting.product with parameters of type PositionModifier and TypeMethodDescriptionorg.logicng.formulas.Formula
Variant.getMappingFromPosition
(Position position) Returns the mapping of the node at the given position in the variant's AST or, if it has already been merged into the main tree, the mapping of the corresponding node in the main tree.Variant.getNodeFromPosition
(Position position) Returns the ASTNode at the given position in the variant AST or, if it has already been merged into the main tree, returns the corresponding node in the main tree.