|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.janino.Java.Located | +--net.janino.Java.FunctionDeclarator | +--net.janino.Java.MethodDeclarator
Fields inherited from class net.janino.Java.FunctionDeclarator |
declaringClassOrInterface, modifiers, thrownExceptions |
Constructor Summary | |
Java.MethodDeclarator(Scanner.Location location,
Java.ClassOrInterfaceDeclaration declaringClassOrInterface,
short modifiers,
Java.Type type,
java.lang.String name,
Java.FormalParameter[] formalParameters,
Java.Type[] thrownExceptions)
|
Method Summary | |
protected java.util.Vector |
getBlockStatementsToCompile()
|
void |
setBody(Java.Block body)
|
IClass.IMethod |
toIMethod()
|
Methods inherited from class net.janino.Java.FunctionDeclarator |
compile, getEnclosingScope, getFormalParameters, getLocation, getModifiers, getName, getReturnType, throwCompileException, throwParseException |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Java.MethodDeclarator(Scanner.Location location, Java.ClassOrInterfaceDeclaration declaringClassOrInterface, short modifiers, Java.Type type, java.lang.String name, Java.FormalParameter[] formalParameters, Java.Type[] thrownExceptions)
Method Detail |
public void setBody(Java.Block body)
protected java.util.Vector getBlockStatementsToCompile()
getBlockStatementsToCompile
in class Java.FunctionDeclarator
public IClass.IMethod toIMethod()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |