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.ValueAndTypeSymbolTable. getValueAndType(java.lang.String name)Get the value and type of a symbol.Stack.ValueAndTypeStack. 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 voidStack. push(Stack.ValueAndType value)Pushes a value on the top of the stack so the stack grow.voidStack. 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.ValueAndTypeDefaultSymbolTable. getValueAndType(java.lang.String name)Get the value and type of a symbol.Stack.ValueAndTypeDefaultStack. 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 voidDefaultStack. push(Stack.ValueAndType valueAndType)Pushes a value on the top of the stack so the stack grow.voidDefaultStack. setValueAndTypeAtIndex(int index, Stack.ValueAndType valueAndType)Set the value at an index
-