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.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.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.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