Uses of Class
org.openlca.expressions.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.openlca.expressions
Fields in org.openlca.expressions declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStreamFormulaParserTokenManager.input_streamMethods in org.openlca.expressions with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidFormulaParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidFormulaParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in org.openlca.expressions with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.FormulaParserTokenManager(SimpleCharStream stream, int lexState) Constructor.