Uses of Class
jmri.jmrit.logixng.Stack.ValueAndType
Packages that use Stack.ValueAndType
-
Uses of Stack.ValueAndType in jmri.jmrit.logixng
Methods in jmri.jmrit.logixng that return Stack.ValueAndTypeModifier and TypeMethodDescriptionSymbolTable.getValueAndType(String name) Get the value and type of a symbol.Stack.getValueAndTypeAtIndex(int index) Get the value and type at an indexMethods in jmri.jmrit.logixng with parameters of type Stack.ValueAndTypeModifier and TypeMethodDescriptionvoidStack.copyValueAndTypeAtIndex(int index, Stack.ValueAndType valueAndType) Copy the value at an indexvoidStack.push(Stack.ValueAndType value) Pushes a value on the top of the stack so the stack grow. -
Uses of Stack.ValueAndType in jmri.jmrit.logixng.implementation
Methods in jmri.jmrit.logixng.implementation that return Stack.ValueAndTypeModifier and TypeMethodDescriptionDefaultSymbolTable.getValueAndType(String name) Get the value and type of a symbol.DefaultStack.getValueAndTypeAtIndex(int index) Get the value and type at an indexMethods in jmri.jmrit.logixng.implementation with parameters of type Stack.ValueAndTypeModifier and TypeMethodDescriptionvoidDefaultStack.copyValueAndTypeAtIndex(int index, Stack.ValueAndType valueAndType) Copy the value at an indexvoidDefaultStack.push(Stack.ValueAndType valueAndType) Pushes a value on the top of the stack so the stack grow.