Uses of Class
jmri.jmrit.logixng.util.ReferenceUtil.IntRef
-
Packages that use ReferenceUtil.IntRef Package Description jmri.jmrit.logixng.util -
-
Uses of ReferenceUtil.IntRef in jmri.jmrit.logixng.util
Methods in jmri.jmrit.logixng.util with parameters of type ReferenceUtil.IntRef Modifier and Type Method Description protected static java.lang.String
ReferenceUtil. getReference(SymbolTable symbolTable, java.lang.String reference, int startIndex, ReferenceUtil.IntRef endIndex)
Get the value of a referenceprotected static java.lang.String
ReferenceUtil. getReferenceOrValue(SymbolTable symbolTable, java.lang.String reference, int startIndex, ReferenceUtil.IntRef endIndex)
Get the reference or the value.The value ends either with end of string, or with any of the characters comma, left square bracket, right square bracket or right curly bracket.protected static java.lang.String
ReferenceUtil. getValue(java.lang.String reference, int startIndex, ReferenceUtil.IntRef endIndex)
Get the value.
-