Class AbstractASTBase
java.lang.Object
org.eclipse.emf.mwe.internal.core.ast.AbstractASTBase
- Direct Known Subclasses:
ComponentAST
,DeclaredPropertyAST
,DeclaredPropertyFileAST
,ReferenceAST
,SimpleParamAST
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal Object
accept
(VisitorBase visitor) int
int
int
int
void
setLocation
(Location location)
-
Constructor Details
-
AbstractASTBase
-
-
Method Details
-
getLocation
-
setLocation
-
getColumnNumber
public int getColumnNumber() -
getLineNumber
public int getLineNumber() -
getResource
-
accept
-
getLength
public int getLength() -
getOffset
public int getOffset()
-