beginColumn -
Variable in class org.apache.commons.jexl.parser.Token
beginLine and beginColumn describe the position of the first character of
this token; endLine and endColumn describe the position of the last
character of this token.
beginLine -
Variable in class org.apache.commons.jexl.parser.Token
beginLine and beginColumn describe the position of the first character of
this token; endLine and endColumn describe the position of the last
character of this token.
endColumn -
Variable in class org.apache.commons.jexl.parser.Token
beginLine and beginColumn describe the position of the first character of
this token; endLine and endColumn describe the position of the last
character of this token.
endLine -
Variable in class org.apache.commons.jexl.parser.Token
beginLine and beginColumn describe the position of the first character of
this token; endLine and endColumn describe the position of the last
character of this token.
Info - class org.apache.commons.jexl.util.introspection.Info.
Little class to carry in info such as template name, line and column for
information error reporting from the uberspector implementations
Taken from velocity for self-sufficiency.
This basic function of this class is to return a Method
object for a particular class given the name of a method
and the parameters to the method in the form of an Object[]
The first time the Introspector sees a
class it creates a class method map for the
class in question.
This basic function of this class is to return a Method object for a
particular class given the name of a method and the parameters to the method
in the form of an Object[]
The first time the Introspector sees a class it creates a class method map
for the class in question.