Uses of Class
com.unitesk.atp.text.location.Position

Packages that use Position
com.unitesk.atp.messages User messages library. 
com.unitesk.atp.text.filters This library provides filters for text processing. 
com.unitesk.atp.text.location This library provides data types representing locations in text. 
com.unitesk.atp.tree.tool.antlr   
 

Uses of Position in com.unitesk.atp.messages
 

Methods in com.unitesk.atp.messages that return Position
 Position NameRedefinitionMessage.getOldPosition()
          Returns position of previous definition.
 Position FilePositionMessage.getPosition()
           
 

Constructors in com.unitesk.atp.messages with parameters of type Position
CircularDependenceMessage(File file, Position position, String type, String name)
          Constructs message.
EntityRedefinitionMessage(File file, Position position, String type, String name, Position oldPosition)
          Constructs message.
EntityValueMessage(File file, Position position, String name, Object value)
          Constructs message.
FilePositionMessage(File file, Position position)
          Constructs message.
NameNotFoundMessage(File file, Position position, String type, String name)
          Constructs message.
NameRedefinitionMessage(File file, Position position, String name, Position oldPosition)
          Constructs message.
SyntaxErrorMessage(File file, Position position, String text)
          Constructs message.
TypeMismatchMessage(File file, Position position, String foundType, String expectedType)
          Constructs message.
 

Uses of Position in com.unitesk.atp.text.filters
 

Methods in com.unitesk.atp.text.filters that return Position
 Position PositionFilter.getPosition()
           
 

Methods in com.unitesk.atp.text.filters with parameters of type Position
 void PositionFilter.setPosition(Position position)
           
 

Uses of Position in com.unitesk.atp.text.location
 

Subclasses of Position in com.unitesk.atp.text.location
 class OffsetPosition
          Position with offset.
 

Methods in com.unitesk.atp.text.location that return Position
 Position Range.getEnd()
          Returns the end position of this range.
 Position Range.getStart()
          Returns the start position of this range.
 

Constructors in com.unitesk.atp.text.location with parameters of type Position
Range(Position start, Position end)
          Creates a range with the specified start and end positions.
 

Uses of Position in com.unitesk.atp.tree.tool.antlr
 

Methods in com.unitesk.atp.tree.tool.antlr that return Position
static Position PositionFactory.getEndPosition(antlr.Token t)
          Get end position of one-line token.
static Position PositionFactory.getPosition(antlr.Token t)
          Get position of token.
 



Copyright © 2001-2006 ISP RAS, RedVerst Group. All Rights Reserved.