Uses of Interface
xtc.tree.Locatable

Packages that use Locatable
xtc.parser   
xtc.tree   
 

Uses of Locatable in xtc.parser
 

Methods in xtc.parser with type parameters of type Locatable
protected
<T extends Locatable>
T
ParserBase.apply(Pair<Action<T>> actions, T seed, int index)
          Apply the specified actions on the specified seed while also setting the results' locations.
 

Methods in xtc.parser with parameters of type Locatable
 void ParserBase.setLocation(Locatable locatable, int index)
          Set the location for the specified locatable object.
 

Uses of Locatable in xtc.tree
 

Classes in xtc.tree that implement Locatable
 class Annotation
          The superclass of all annotations.
 class Formatting
          An annotation capturing source code formatting.
 class GNode
          A generic node in an abstract syntax tree.
 class Node
          A node in an abstract syntax tree.
 class Token
          A token.
 

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



Copyright © 2012. All Rights Reserved.