Package org.codehaus.janino
Class Java.ConstructorDeclarator
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.AbstractTypeBodyDeclaration
org.codehaus.janino.Java.FunctionDeclarator
org.codehaus.janino.Java.ConstructorDeclarator
- All Implemented Interfaces:
Java.DocCommentable,Java.Locatable,Java.Scope,Java.TypeBodyDeclaration
- Enclosing class:
Java
-
Nested Class Summary
Nested classes/interfaces inherited from class org.codehaus.janino.Java.FunctionDeclarator
Java.FunctionDeclarator.FormalParameter -
Field Summary
FieldsFields inherited from class org.codehaus.janino.Java.FunctionDeclarator
formalParameters, localVariables, modifiersAndAnnotations, name, optionalStatements, thrownExceptions, typeFields inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration
statiCFields inherited from class org.codehaus.janino.Java.Located
NOWHERE -
Constructor Summary
ConstructorsConstructorDescriptionConstructorDeclarator(Location location, String optionalDocComment, Java.ModifiersAndAnnotations modifiersAndAnnotations, Java.FunctionDeclarator.FormalParameter[] formalParameters, Java.Type[] thrownExceptions, Java.ConstructorInvocation optionalConstructorInvocation, List statements) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(Visitor.TypeBodyDeclarationVisitor visitor) toString()Methods inherited from class org.codehaus.janino.Java.FunctionDeclarator
getDocComment, getEnclosingScope, hasDeprecatedDocTag, setDeclaringTypeMethods inherited from class org.codehaus.janino.Java.AbstractTypeBodyDeclaration
getDeclaringType, isStatic, setEnclosingScopeMethods inherited from class org.codehaus.janino.Java.Located
getLocation, throwCompileExceptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.codehaus.janino.Java.Locatable
getLocation, throwCompileException
-
Field Details
-
optionalConstructorInvocation
-
-
Constructor Details
-
ConstructorDeclarator
public ConstructorDeclarator(Location location, String optionalDocComment, Java.ModifiersAndAnnotations modifiersAndAnnotations, Java.FunctionDeclarator.FormalParameter[] formalParameters, Java.Type[] thrownExceptions, Java.ConstructorInvocation optionalConstructorInvocation, List statements)
-
-
Method Details