Uses of Class
org.joni.StackEntry
-
Packages that use StackEntry Package Description org.joni -
-
Uses of StackEntry in org.joni
Fields in org.joni declared as StackEntry Modifier and Type Field Description protected StackEntry[]
StackMachine. stack
Methods in org.joni that return StackEntry Modifier and Type Method Description private static StackEntry[]
StackMachine. allocateStack()
protected StackEntry
StackMachine. ensure1()
private static StackEntry[]
StackMachine. fetchStack()
protected StackEntry
StackMachine. pop()
private StackEntry
StackMachine. popDefault()
private StackEntry
StackMachine. popFree()
private StackEntry
StackMachine. popMemStart()
-