Uses of Class
org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable.Frame
-
Packages that use Frame Package Description org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable org.jd.core.v1.service.converter.classfiletojavasyntax.util -
-
Uses of Frame in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable
Subclasses of Frame in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable Modifier and Type Class Description class
RootFrame
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable declared as Frame Modifier and Type Field Description protected Frame
AbstractLocalVariable. frame
protected Frame
Frame. parent
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with type parameters of type Frame Modifier and Type Field Description protected DefaultList<Frame>
Frame. children
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return Frame Modifier and Type Method Description Frame
AbstractLocalVariable. getFrame()
Frame
Frame. getParent()
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return types with arguments of type Frame Modifier and Type Method Description protected java.util.HashMap<Frame,java.util.HashSet<AbstractLocalVariable>>
Frame. createMapForInlineDeclarations()
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type Frame Modifier and Type Method Description void
Frame. addChild(Frame child)
AbstractLocalVariable[]
LocalVariableSet. initialize(Frame rootFrame)
void
AbstractLocalVariable. setFrame(Frame frame)
Constructors in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable with parameters of type Frame Constructor Description Frame(Frame parent, Statements statements)
-
Uses of Frame in org.jd.core.v1.service.converter.classfiletojavasyntax.util
Fields in org.jd.core.v1.service.converter.classfiletojavasyntax.util declared as Frame Modifier and Type Field Description protected Frame
LocalVariableMaker. currentFrame
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return Frame Modifier and Type Method Description protected Frame
LocalVariableMaker. searchCommonParentFrame(Frame frame1, Frame frame2)
Methods in org.jd.core.v1.service.converter.classfiletojavasyntax.util with parameters of type Frame Modifier and Type Method Description protected Frame
LocalVariableMaker. searchCommonParentFrame(Frame frame1, Frame frame2)
-