Uses of Class
com.blazebit.persistence.view.impl.metamodel.analysis.Frame
Packages that use Frame
-
Uses of Frame in com.blazebit.persistence.view.impl.metamodel.analysis
Methods in com.blazebit.persistence.view.impl.metamodel.analysis that return FrameModifier and TypeMethodDescriptionFrame[]AssignmentAnalyzer.analyze(javassist.CtClass clazz, javassist.bytecode.MethodInfo method) Performs data-flow analysis on a method and returns an array, indexed by instruction position, containing the starting frame state of all reachable instructions.Frame[]AssignmentAnalyzer.analyze(javassist.CtMethod method) Performs data-flow analysis on a method and returns an array, indexed by instruction position, containing the starting frame state of all reachable instructions.Frame.copy()Makes a shallow copy of this frame, i.e. the type instances will remain the same.Frame.copyStack()Makes a shallow copy of the stack portion of this frame.Methods in com.blazebit.persistence.view.impl.metamodel.analysis with parameters of type FrameModifier and TypeMethodDescriptionvoidExecutor.execute(javassist.bytecode.MethodInfo method, int pos, javassist.bytecode.CodeIterator iter, Frame frame, javassist.bytecode.analysis.Subroutine subroutine) Execute the instruction, modeling the effects on the specified frame and subroutine.booleanMerges all types on the stack and local variable table of this frame with that of the specified type.booleanFrame.mergeStack(Frame frame) Merges all types on the stack of this frame instance with that of the specified frame.