Class LocatorAST

java.lang.Object
antlr.BaseAST
antlr.CommonAST
eu.bandm.tools.xantlr.LocatorAST
All Implemented Interfaces:
antlr.collections.AST, Serializable

public class LocatorAST extends antlr.CommonAST
See Also:
  • Field Summary

    Fields inherited from class antlr.BaseAST

    down, right
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    antlr.Token
     
    void
    initialize(antlr.collections.AST t)
     
    void
    initialize(antlr.Token t)
     

    Methods inherited from class antlr.CommonAST

    getText, getType, initialize, setText, setType

    Methods inherited from class antlr.BaseAST

    addChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpen

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • LocatorAST

      public LocatorAST()
  • Method Details

    • initialize

      public void initialize(antlr.Token t)
      Specified by:
      initialize in interface antlr.collections.AST
      Overrides:
      initialize in class antlr.CommonAST
    • initialize

      public void initialize(antlr.collections.AST t)
      Specified by:
      initialize in interface antlr.collections.AST
      Overrides:
      initialize in class antlr.CommonAST
    • getLine

      public int getLine()
      Specified by:
      getLine in interface antlr.collections.AST
      Overrides:
      getLine in class antlr.BaseAST
    • getToken

      public antlr.Token getToken()