Uses of Class
org.joni.StackEntry
-
Packages that use StackEntry Package Description org.joni -
-
Uses of StackEntry in org.joni
Subclasses of StackEntry in org.joni Modifier and Type Class Description (package private) classSCStackEntryFields in org.joni declared as StackEntry Modifier and Type Field Description protected StackEntry[]StackMachine. stackMethods in org.joni that return StackEntry Modifier and Type Method Description private static StackEntry[]StackMachine. allocateStack()private StackEntryStackMachine. ensure1()private static StackEntry[]StackMachine. fetchStack()protected StackEntryStackMachine. pop()private StackEntryStackMachine. popDefault()private StackEntryStackMachine. popFree()private StackEntryStackMachine. popMemStart()Methods in org.joni with parameters of type StackEntry Modifier and Type Method Description private voidStackMachine. popRewrite(StackEntry e)
-