Uses of Class
xtc.tree.Location

Packages that use Location
xtc.parser   
xtc.tree   
xtc.type   
 

Uses of Location in xtc.parser
 

Methods in xtc.parser that return Location
 Location ParserBase.location(int index)
          Get the location for the specified index.
 

Uses of Location in xtc.tree
 

Methods in xtc.tree that return Location
 Location Locatable.getLocation()
          Get this object's location.
 Location Node.getLocation()
           
 

Methods in xtc.tree with parameters of type Location
 void Locatable.setLocation(Location location)
          Set this object's location.
 void Node.setLocation(Location location)
           
 

Constructors in xtc.tree with parameters of type Location
Node(Location location)
          Create a new node.
 

Uses of Location in xtc.type
 

Methods in xtc.type that return Location
 Location Type.getLocation()
          Get this type's or any wrapped type's location.
 Location WrappedT.getLocation(boolean forward)
           
 Location Type.getLocation(boolean forward)
          Get this type's or any wrapped type's location.
 

Methods in xtc.type with parameters of type Location
 Type Type.locate(Location location)
          Set this type's location.
 void Type.setLocation(Location location)
           
 



Copyright © 2012. All Rights Reserved.