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) class
SCStackEntry
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()
private StackEntry
StackMachine. ensure1()
private static StackEntry[]
StackMachine. fetchStack()
protected StackEntry
StackMachine. pop()
private StackEntry
StackMachine. popDefault()
private StackEntry
StackMachine. popFree()
private StackEntry
StackMachine. popMemStart()
Methods in org.joni with parameters of type StackEntry Modifier and Type Method Description private void
StackMachine. popRewrite(StackEntry e)
-