Uses of Class
jmri.jmrit.logixng.Stack.ValueAndType
-
Packages that use Stack.ValueAndType Package Description jmri.jmrit.logixng jmri.jmrit.logixng.implementation -
-
Uses of Stack.ValueAndType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return Stack.ValueAndType Modifier and Type Method Description Stack.ValueAndType
SymbolTable. getValueAndType(java.lang.String name)
Get the value and type of a symbol.Stack.ValueAndType
Stack. getValueAndTypeAtIndex(int index)
Get the value and type at an indexMethods in jmri.jmrit.logixng with parameters of type Stack.ValueAndType Modifier and Type Method Description void
Stack. push(Stack.ValueAndType value)
Pushes a value on the top of the stack so the stack grow.void
Stack. setValueAndTypeAtIndex(int index, Stack.ValueAndType valueAndType)
Set the value at an index -
Uses of Stack.ValueAndType in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return Stack.ValueAndType Modifier and Type Method Description Stack.ValueAndType
DefaultSymbolTable. getValueAndType(java.lang.String name)
Get the value and type of a symbol.Stack.ValueAndType
DefaultStack. getValueAndTypeAtIndex(int index)
Get the value and type at an indexMethods in jmri.jmrit.logixng.implementation with parameters of type Stack.ValueAndType Modifier and Type Method Description void
DefaultStack. push(Stack.ValueAndType valueAndType)
Pushes a value on the top of the stack so the stack grow.void
DefaultStack. setValueAndTypeAtIndex(int index, Stack.ValueAndType valueAndType)
Set the value at an index
-