Class AbstractASTBase

java.lang.Object
org.eclipse.emf.mwe.internal.core.ast.AbstractASTBase
Direct Known Subclasses:
ComponentAST, DeclaredPropertyAST, DeclaredPropertyFileAST, ReferenceAST, SimpleParamAST

public abstract class AbstractASTBase extends Object
  • Constructor Details

    • AbstractASTBase

      public AbstractASTBase(Location location)
  • Method Details

    • getLocation

      public Location getLocation()
    • setLocation

      public void setLocation(Location location)
    • getColumnNumber

      public int getColumnNumber()
    • getLineNumber

      public int getLineNumber()
    • getResource

      public String getResource()
    • accept

      public final Object accept(VisitorBase visitor)
    • getLength

      public int getLength()
    • getOffset

      public int getOffset()