Uses of Class
xyz.cofe.trambda.bc.Frame.ElemType
-
Packages that use Frame.ElemType Package Description xyz.cofe.trambda.bc Представление байт-кода в виде сущностей -
-
Uses of Frame.ElemType in xyz.cofe.trambda.bc
Methods in xyz.cofe.trambda.bc that return Frame.ElemType Modifier and Type Method Description static Frame.ElemTypeFrame.ElemType. valueOf(String name)Returns the enum constant of this type with the specified name.static Frame.ElemType[]Frame.ElemType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in xyz.cofe.trambda.bc that return types with arguments of type Frame.ElemType Modifier and Type Method Description List<Frame.ElemType>Frame. getLocal()List<Frame.ElemType>Frame. getStack()Method parameters in xyz.cofe.trambda.bc with type arguments of type Frame.ElemType Modifier and Type Method Description voidFrame. setLocal(List<Frame.ElemType> local)voidFrame. setStack(List<Frame.ElemType> stack)Constructor parameters in xyz.cofe.trambda.bc with type arguments of type Frame.ElemType Constructor Description Frame(int type, int numLocal, List<Frame.ElemType> local, int numStack, List<Frame.ElemType> stack)
-