public class ClassInstantiation extends Invocation implements ExpressionInScope
| Constructor and Description |
|---|
ClassInstantiation() |
| Modifier and Type | Method and Description |
|---|---|
List<ClassMemberDeclaration> |
getMemberDeclarations() |
InstantiableType |
getType() |
void |
setMemberDeclarations(List<ClassMemberDeclaration> memberDeclarations) |
void |
setType(InstantiableType type) |
protected void |
visitChildren(Visitors visitors) |
protected void |
visitName(Visitors visitors) |
getArguments, getScope, getTypeArguments, setArguments, setScope, setTypeArgumentsgetEndColumn, getEndLine, getStartColumn, getStartLine, setEndColumn, setEndLine, setStartColumn, setStartLine, visitclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetEndColumn, getEndLine, getStartColumn, getStartLine, visitpublic List<ClassMemberDeclaration> getMemberDeclarations()
public InstantiableType getType()
public void setMemberDeclarations(List<ClassMemberDeclaration> memberDeclarations)
public void setType(InstantiableType type)
protected void visitChildren(Visitors visitors)
visitChildren in class Invocationprotected void visitName(Visitors visitors)
visitName in class InvocationCopyright © 2013. All rights reserved.