|
|||||||||
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.BreakableStatement | +--net.janino.Java.LabeledStatement
Fields inherited from class net.janino.Java.Statement |
enclosingScope |
Constructor Summary | |
protected |
Java.LabeledStatement(Scanner.Location location,
Java.Scope enclosingScope,
java.lang.String label)
|
Method Summary | |
boolean |
compile2(ClassFile.CodeAttribute codeAttribute)
|
void |
setBody(Java.Statement body)
|
Methods inherited from class net.janino.Java.BreakableStatement |
compile, getWhereToBreak |
Methods inherited from class net.janino.Java.Statement |
getEnclosingScope, getLocation, leave, throwCompileException, throwParseException |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
protected Java.LabeledStatement(Scanner.Location location, Java.Scope enclosingScope, java.lang.String label)
Method Detail |
public void setBody(Java.Statement body)
public final boolean compile2(ClassFile.CodeAttribute codeAttribute) throws Java.CompileException
compile2
in class Java.BreakableStatement
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |