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
-
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 -
Method Summary
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
-
Constructor Details
-
RootFrame
public RootFrame()
-
-
Method Details
-
getLocalVariable
- Overrides:
getLocalVariable
in classFrame
-
createDeclarations
public void createDeclarations()- Overrides:
createDeclarations
in classFrame
-