org.eclipse.emf.mwe.internal.core.ast
Class AbstractASTBase

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

public abstract class AbstractASTBase
extends java.lang.Object


Constructor Summary
AbstractASTBase(Location location)
           
 
Method Summary
 java.lang.Object accept(VisitorBase visitor)
           
 int getColumnNumber()
           
 int getLength()
           
 int getLineNumber()
           
 Location getLocation()
           
 int getOffset()
           
 java.lang.String getResource()
           
 void setLocation(Location location)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractASTBase

public AbstractASTBase(Location location)
Method Detail

getLocation

public Location getLocation()

setLocation

public void setLocation(Location location)

getColumnNumber

public int getColumnNumber()

getLineNumber

public int getLineNumber()

getResource

public java.lang.String getResource()

accept

public final java.lang.Object accept(VisitorBase visitor)

getLength

public int getLength()

getOffset

public int getOffset()