Class RootFrame
- java.lang.Object
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable.Frame
-
- org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable.RootFrame
-
public class RootFrame extends Frame
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable.Frame
Frame.AbstractLocalVariableComparator, Frame.GenerateLocalVariableNameVisitor
-
-
Field Summary
-
Fields inherited from class org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable.Frame
ABSTRACT_LOCAL_VARIABLE_COMPARATOR, CAPITALIZED_JAVA_LANGUAGE_KEYWORDS, children, exceptionLocalVariable, localVariableArray, newExpressions, parent, statements
-
-
Constructor Summary
Constructors Constructor Description RootFrame()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createDeclarations()
AbstractLocalVariable
getLocalVariable(int index)
-
Methods inherited from class org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable.Frame
addChild, addLocalVariable, close, createDeclarators1, createDeclarators2, createInlineDeclarations, createInlineDeclarations, createInlineDeclarations, createMapForInlineDeclarations, createNames, createStartBlockDeclarations, getAddIndex, getParent, mergeDeclarations, mergeLocalVariable, newDeclarationStatement, removeLocalVariable, setExceptionLocalVariable, splitMultiAssignment, updateForStatement, updateForStatement
-
-
-
-
Method Detail
-
getLocalVariable
public AbstractLocalVariable getLocalVariable(int index)
- Overrides:
getLocalVariable
in classFrame
-
createDeclarations
public void createDeclarations()
- Overrides:
createDeclarations
in classFrame
-
-