public final class TypeDeclarationStmt extends Statement
| Constructor and Description |
|---|
TypeDeclarationStmt() |
TypeDeclarationStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
TypeDeclaration typeDecl) |
TypeDeclarationStmt(TypeDeclaration typeDecl) |
| Modifier and Type | Method and Description |
|---|---|
<R,A> R |
accept(GenericVisitor<R,A> v,
A arg)
Accept method for visitor support.
|
<A> void |
accept(VoidVisitor<A> v,
A arg)
Accept method for visitor support.
|
TypeDeclaration |
getTypeDeclaration() |
void |
setTypeDeclaration(TypeDeclaration typeDecl) |
equals, getBeginColumn, getBeginLine, getData, getEndColumn, getEndLine, hashCode, setBeginColumn, setBeginLine, setData, setEndColumn, setEndLine, toStringpublic TypeDeclarationStmt()
public TypeDeclarationStmt(TypeDeclaration typeDecl)
public TypeDeclarationStmt(int beginLine,
int beginColumn,
int endLine,
int endColumn,
TypeDeclaration typeDecl)
public <R,A> R accept(GenericVisitor<R,A> v, A arg)
Nodepublic <A> void accept(VoidVisitor<A> v, A arg)
Nodepublic TypeDeclaration getTypeDeclaration()
public void setTypeDeclaration(TypeDeclaration typeDecl)