|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.janino.Java.Statement | +--net.janino.Java.ReturnStatement
Fields inherited from class net.janino.Java.Statement |
enclosingScope |
Constructor Summary | |
Java.ReturnStatement(Scanner.Location location,
Java.Scope enclosingScope,
Java.Rvalue returnValue)
|
Method Summary | |
boolean |
compile(ClassFile.CodeAttribute codeAttribute)
|
Methods inherited from class net.janino.Java.Statement |
getEnclosingScope, getLocation, leave, throwCompileException, throwParseException |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Java.ReturnStatement(Scanner.Location location, Java.Scope enclosingScope, Java.Rvalue returnValue)
Method Detail |
public boolean compile(ClassFile.CodeAttribute codeAttribute) throws Java.CompileException
compile
in class Java.Statement
net.janino.Java.BlockStatement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |