Uses of Class
jmri.jmrit.logixng.SymbolTable.VariableData
Packages that use SymbolTable.VariableData
Package
Description
-
Uses of SymbolTable.VariableData in jmri.jmrit.logixng
Subclasses of SymbolTable.VariableData in jmri.jmrit.logixngMethods in jmri.jmrit.logixng that return types with arguments of type SymbolTable.VariableDataMethods in jmri.jmrit.logixng with parameters of type SymbolTable.VariableDataModifier and TypeMethodDescriptionvoidMaleSocket.addLocalVariable(SymbolTable.VariableData variableData) Method parameters in jmri.jmrit.logixng with type arguments of type SymbolTable.VariableDataModifier and TypeMethodDescriptionvoidSymbolTable.createSymbols(Collection<? extends SymbolTable.VariableData> symbolDefinitions) Add new symbols to the symbol tablevoidSymbolTable.createSymbols(SymbolTable symbolTable, Collection<? extends SymbolTable.VariableData> symbolDefinitions) Add new symbols to the symbol table.voidSymbolTable.removeSymbols(Collection<? extends SymbolTable.VariableData> symbolDefinitions) Removes symbols from the symbol tableConstructors in jmri.jmrit.logixng with parameters of type SymbolTable.VariableData -
Uses of SymbolTable.VariableData in jmri.jmrit.logixng.implementation
Fields in jmri.jmrit.logixng.implementation with type parameters of type SymbolTable.VariableDataModifier and TypeFieldDescriptionprotected final List<SymbolTable.VariableData>AbstractMaleSocket._localVariablesMethods in jmri.jmrit.logixng.implementation that return types with arguments of type SymbolTable.VariableDataModifier and TypeMethodDescriptionAbstractMaleSocket.getLocalVariables()DefaultModule.getLocalVariables()Methods in jmri.jmrit.logixng.implementation with parameters of type SymbolTable.VariableDataModifier and TypeMethodDescriptionvoidAbstractMaleSocket.addLocalVariable(SymbolTable.VariableData variableData) protected voidAbstractMaleSocket.printLocalVariable(Base.PrintTreeSettings settings, Locale locale, PrintWriter writer, String currentIndent, MutableInt lineNumber, SymbolTable.VariableData localVariable) Method parameters in jmri.jmrit.logixng.implementation with type arguments of type SymbolTable.VariableDataModifier and TypeMethodDescriptionvoidDefaultSymbolTable.createSymbols(Collection<? extends SymbolTable.VariableData> symbolDefinitions) Add new symbols to the symbol tablevoidDefaultSymbolTable.createSymbols(SymbolTable symbolTable, Collection<? extends SymbolTable.VariableData> symbolDefinitions) Add new symbols to the symbol table.voidDefaultSymbolTable.removeSymbols(Collection<? extends SymbolTable.VariableData> symbolDefinitions) Removes symbols from the symbol table -
Uses of SymbolTable.VariableData in jmri.jmrit.logixng.tools.swing
Methods in jmri.jmrit.logixng.tools.swing that return types with arguments of type SymbolTable.VariableData