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 classRootFrameFields in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable declared as Frame Modifier and Type Field Description protected FrameAbstractLocalVariable. frameprotected FrameFrame. parentFields 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. childrenMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.model.localvariable that return Frame Modifier and Type Method Description FrameAbstractLocalVariable. getFrame()FrameFrame. 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 voidFrame. addChild(Frame child)AbstractLocalVariable[]LocalVariableSet. initialize(Frame rootFrame)voidAbstractLocalVariable. 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 FrameLocalVariableMaker. currentFrameMethods in org.jd.core.v1.service.converter.classfiletojavasyntax.util that return Frame Modifier and Type Method Description protected FrameLocalVariableMaker. 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 FrameLocalVariableMaker. searchCommonParentFrame(Frame frame1, Frame frame2)
-