Class JConstructorDecl
java.lang.Object
com.inductiveautomation.snap.javatree.JNode
com.inductiveautomation.snap.javatree.JMemberDecl
com.inductiveautomation.snap.javatree.JMethodDecl
com.inductiveautomation.snap.javatree.JConstructorDecl
A Java member for ConstructorDeclaration.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.snap.javatree.JMethodDecl
getBlock, getClassDecls, getClassDeclsImpl, getParameters, getParametersTypes, getSuperMemberImpl, getThrowsList, getType, getTypeParameters, getVariableDeclInside, getVariableDecls, isBlock, setBlock, setThrowsList, setType, setTypeParameters
Methods inherited from class com.inductiveautomation.snap.javatree.JMemberDecl
getDeclaringClass, getIdentifier, getModifiers, getNameImpl, getSuperMember, getTypeParameter, setIdentifier, setModifiers
Methods inherited from class com.inductiveautomation.snap.javatree.JNode
addChild, buildChildren, getChild, getChildCount, getChildren, getClassLoader, getClassName, getClassNameImpl, getClassRef, getClassRefImpl, getEnclosingClassDecl, getEnclosingMemberDecl, getEnclosingMethodDecl, getEnd, getEndToken, getFile, getJClass, getLineIndex, getName, getNodeAtCharIndex, getNodeFields, getNodeFieldsImpl, getNodeParents, getNodePath, getOthers, getParent, getParent, getReferencedClasses, getReferencedClassNames, getReferencedClassNames, getReferencedClassNames, getStart, getStartToken, getString, getVariableDecl, setClassName, setClassRef, setEndToken, setJClass, setParent, setStartToken, toString
-
Constructor Details
-
JConstructorDecl
public JConstructorDecl()Creates a new ConstructorDeclaration.
-
-
Method Details
-
getNodeString
Returns the part name.- Overrides:
getNodeString
in classJMethodDecl
-