- accessField(Object, Class, IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ReflectNode
-
Access a field.
- accessor - Variable in class jadex.javaparser.javaccimpl.ReflectNode
-
The field accessor method (for static and nonstatic fields).
- ADD - Static variable in class jadex.javaparser.javaccimpl.MathNode
-
The plus operator.
- add_escapes(String) - Method in exception jadex.javaparser.javaccimpl.ParseException
-
Used to convert raw characters to their escaped version
when these raw version cannot be used as part of an ASCII
string literal.
- addEscapes(String) - Static method in error jadex.javaparser.javaccimpl.TokenMgrError
-
Replaces unprintable characters by their espaced (or unicode escaped)
equivalents in the given string
- adjustBeginLineColumn(int, int) - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
Method to adjust line and column numbers for the start of a token.
- AdjustBuffSize() - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- ALL - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- ALL - Static variable in class jadex.javaparser.javaccimpl.SelectNode
-
The selection mode for returning a set of elements (default).
- AND - Static variable in class jadex.javaparser.javaccimpl.BooleanNode
-
The and (&&) operator.
- AND - Static variable in class jadex.javaparser.javaccimpl.MathNode
-
The bitwise and operator.
- ANY - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- ANY - Static variable in class jadex.javaparser.javaccimpl.SelectNode
-
The selection mode for returning the first matching element.
- appendText(String) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Append to the token text.
- appendText(String) - Method in class jadex.javaparser.javaccimpl.TypeNode
-
Append to the token text.
- args - Variable in class jadex.javaparser.javaccimpl.ReflectNode
-
The argument values (for constructors and methods).
- argtypes - Variable in class jadex.javaparser.javaccimpl.ReflectNode
-
The argument types (for constructors and methods).
- ArgumentsNode - Class in jadex.javaparser.javaccimpl
-
A dummy node for grouping the arguments of a method call or
constructor invocation.
- ArgumentsNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ArgumentsNode
-
Create a node.
- ARRAY - Static variable in class jadex.javaparser.javaccimpl.ArrayNode
-
The array with content constructor.
- ARRAY_DIMENSION - Static variable in class jadex.javaparser.javaccimpl.ArrayNode
-
The empty array constructor.
- ArrayNode - Class in jadex.javaparser.javaccimpl
-
A node representing an array to create.
- ArrayNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ArrayNode
-
Create an expression node.
- ASC - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- ASC - Static variable in class jadex.javaparser.javaccimpl.SelectNode
-
The ascending order direction.
- endColumn - Variable in class jadex.javaparser.javaccimpl.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 jadex.javaparser.javaccimpl.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.
- EOF - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- eol - Variable in exception jadex.javaparser.javaccimpl.ParseException
-
The end of line string for this machine.
- EQUAL - Static variable in class jadex.javaparser.javaccimpl.CompareNode
-
The equal (==) operator.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.ArrayNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.BooleanNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.CompareNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.ConstantNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.MathNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.ParameterNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.ReflectNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Test if two nodes are equal.
- equals(Object) - Method in class jadex.javaparser.javaccimpl.TypeNode
-
Test if two nodes are equal.
- evaluateExpression(String, IValueFetcher) - Static method in class jadex.javaparser.SJavaParser
-
Evaluates a java expression.
- evaluateExpression(String, String[], IValueFetcher, ClassLoader) - Static method in class jadex.javaparser.SJavaParser
-
Evaluates a java expression.
- ExpandBuff(boolean) - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- expectedTokenSequences - Variable in exception jadex.javaparser.javaccimpl.ParseException
-
Each entry in this array is an array of integers.
- EXPONENT - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- ExpressionNode - Class in jadex.javaparser.javaccimpl
-
Base class of expression node hierarchy.
- ExpressionNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ExpressionNode
-
Create an expression node.
- expressiontext - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
-
The expression text (if any).
- GenParser - Class in jadex.javaparser.javaccimpl
-
Run this class to generate the parser.
- GenParser() - Constructor for class jadex.javaparser.javaccimpl.GenParser
-
- get(Object) - Method in interface jadex.javaparser.IMapAccess
-
Get an object from the map.
- getBeginColumn() - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- getBeginLine() - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- getColumn() - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
Deprecated.
- getConstantValue() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Get the constant value.
- getEndColumn() - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- getEndLine() - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- getExpressionText() - Method in interface jadex.javaparser.IParsedExpression
-
Get the expression text.
- getExpressionText() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Get the full expression text.
- GetImage() - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- getLine() - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
Deprecated.
- getMessage() - Method in exception jadex.javaparser.javaccimpl.ParseException
-
This method has the standard behavior when this object has been
created using the standard constructors.
- getMessage() - Method in error jadex.javaparser.javaccimpl.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMethodForMethod(Method) - Method in class jadex.javaparser.javaccimpl.ReflectNode
-
Find method declared in public class for a given method.
- getNextToken() - Method in class jadex.javaparser.javaccimpl.ParserImplTokenManager
-
- getParameters() - Method in interface jadex.javaparser.IParsedExpression
-
Get the parameters used in the expression.
- getParameters() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Get the parameters used in the expression.
- getParsedValue(Object, String[], IValueFetcher, ClassLoader) - Static method in class jadex.javaparser.SJavaParser
-
Get a parsed value.
- getProperty(Map<String, Object>, String, String[], IValueFetcher, ClassLoader) - Static method in class jadex.javaparser.SJavaParser
-
Get a parsed property.
- getStaticType() - Method in interface jadex.javaparser.IParsedExpression
-
Get the static type.
- getStaticType() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Get the static type.
- GetSuffix(int) - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- getTabSize(int) - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- getText() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Get the expression text.
- getType() - Method in class jadex.javaparser.javaccimpl.ArrayNode
-
Get the node type.
- getType() - Method in class jadex.javaparser.javaccimpl.ReflectNode
-
Get the constructor type.
- getUnaryValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.MathNode
-
Evaluate the term.
- getUnboundParameterNodes() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Get unbound parameter nodes.
- getUnboundParameterNodes() - Method in class jadex.javaparser.javaccimpl.ParameterNode
-
Get unbound parameter nodes.
- getUnboundParameterNodes() - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Get unbound parameter nodes.
- getValue(IValueFetcher) - Method in interface jadex.javaparser.IParsedExpression
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ArgumentsNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ArrayNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.BooleanNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.CastNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.CollectionNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.CompareNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ConditionalNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ConstantNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.MathNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ParameterNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.ReflectNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.SelectionNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Evaluate the expression in the given state
with respect to given parameters.
- getValue(IValueFetcher) - Method in class jadex.javaparser.javaccimpl.TypeNode
-
Evaluate the expression in the given state
with respect to given parameters.
- GREATER - Static variable in class jadex.javaparser.javaccimpl.CompareNode
-
The greater-than (>) operator.
- GREATEREQUAL - Static variable in class jadex.javaparser.javaccimpl.CompareNode
-
The greater-equal (>=) operator.
- ParameterNode - Class in jadex.javaparser.javaccimpl
-
Parameter node representing a parameter.
- ParameterNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.ParameterNode
-
Create a node.
- parent - Variable in class jadex.javaparser.javaccimpl.SimpleNode
-
- parent - Variable in class jadex.javaparser.SimpleValueFetcher
-
The parent fetcher if any.
- ParseException - Exception in jadex.javaparser.javaccimpl
-
This exception is thrown when parse errors are encountered.
- ParseException(Token, int[][], String[]) - Constructor for exception jadex.javaparser.javaccimpl.ParseException
-
This constructor is used by the method "generateParseException"
in the generated parser.
- ParseException() - Constructor for exception jadex.javaparser.javaccimpl.ParseException
-
The following constructors are for use by you for whatever
purpose you can think of.
- ParseException(String) - Constructor for exception jadex.javaparser.javaccimpl.ParseException
-
- parseExpression(String, String[], Map, ClassLoader) - Method in interface jadex.javaparser.IExpressionParser
-
Parse an expression string.
- parseExpression(String, String[], Map, ClassLoader) - Method in class jadex.javaparser.javaccimpl.JavaCCExpressionParser
-
Parse an expression string.
- parseExpression(String, String[], ClassLoader) - Static method in class jadex.javaparser.SJavaParser
-
Evaluates a java expression.
- parseExpression(UnparsedExpression, String[], ClassLoader) - Static method in class jadex.javaparser.SJavaParser
-
Parse the expression.
- parser - Static variable in class jadex.javaparser.SJavaParser
-
The java parser.
- ParserImplConstants - Interface in jadex.javaparser.javaccimpl
-
- ParserImplTokenManager - Class in jadex.javaparser.javaccimpl
-
- ParserImplTokenManager(JavaCharStream) - Constructor for class jadex.javaparser.javaccimpl.ParserImplTokenManager
-
- ParserImplTokenManager(JavaCharStream, int) - Constructor for class jadex.javaparser.javaccimpl.ParserImplTokenManager
-
- ParserImplTreeConstants - Interface in jadex.javaparser.javaccimpl
-
- precompile() - Method in class jadex.javaparser.javaccimpl.ArrayNode
-
Precompute type, and perform checks.
- precompile() - Method in class jadex.javaparser.javaccimpl.BooleanNode
-
Check argument types, and precompute expression
when some children are constant.
- precompile() - Method in class jadex.javaparser.javaccimpl.CastNode
-
Precompute the static type and check if cast is possible.
- precompile() - Method in class jadex.javaparser.javaccimpl.CollectionNode
-
Precompute type, and perform checks.
- precompile() - Method in class jadex.javaparser.javaccimpl.CompareNode
-
Check argument number, and precompute expression
when all children are constant.
- precompile() - Method in class jadex.javaparser.javaccimpl.ConditionalNode
-
Check argument types, and precompute expression
when some children are constant.
- precompile() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
This method should be overridden to perform
all possible checks and precompute all values
(e.g.
- precompile() - Method in class jadex.javaparser.javaccimpl.MathNode
-
Precompute the static type and constant value if possible.
- precompile() - Method in class jadex.javaparser.javaccimpl.ReflectNode
-
Precompute the set of matching constructors if possible.
- precompile() - Method in class jadex.javaparser.javaccimpl.SelectionNode
-
Check if value is array and precompute the static type.
- precompile() - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Precompile the node.
- precompile() - Method in class jadex.javaparser.javaccimpl.TypeNode
-
Precompute the type.
- precompileTree() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Precompile this node and all subnodes.
- precompileUnary() - Method in class jadex.javaparser.javaccimpl.MathNode
-
Precompile unary node.
- prevCharIsCR - Variable in class jadex.javaparser.javaccimpl.JavaCharStream
-
- prevCharIsLF - Variable in class jadex.javaparser.javaccimpl.JavaCharStream
-
- SELECT - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- SelectionNode - Class in jadex.javaparser.javaccimpl
-
Node for selection from array.
- SelectionNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.SelectionNode
-
Create an expression node.
- SelectNode - Class in jadex.javaparser.javaccimpl
-
Node for OQL like select statements.
- SelectNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.SelectNode
-
Create a node.
- SEMICOLON - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- setConstant(boolean) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Set if the node is constant.
- setConstantValue(Object) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Set the constant value.
- setDebugStream(PrintStream) - Method in class jadex.javaparser.javaccimpl.ParserImplTokenManager
-
- setExpressionText(String) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Get the full expression text.
- setOrder(String) - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Set the ordering direction.
- setOrderBy(boolean) - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Set the where order by flag.
- setStaticType(Class) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Set the static type.
- setTabSize(int) - Method in class jadex.javaparser.javaccimpl.JavaCharStream
-
- setText(String) - Method in class jadex.javaparser.javaccimpl.BooleanNode
-
Set the token text.
- setText(String) - Method in class jadex.javaparser.javaccimpl.CompareNode
-
Set the token text.
- setText(String) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Set the token text.
- setText(String) - Method in class jadex.javaparser.javaccimpl.MathNode
-
Set the token text.
- setText(String) - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Set the token text.
- setType(int) - Method in class jadex.javaparser.javaccimpl.ArrayNode
-
Set the node type.
- setType(int) - Method in class jadex.javaparser.javaccimpl.ReflectNode
-
Set the constructor type.
- setValue(Object) - Method in class jadex.javaparser.javaccimpl.ConstantNode
-
Set the constant value.
- setValue(String, Object) - Method in class jadex.javaparser.SimpleValueFetcher
-
Set a value.
- setValues(Map<String, Object>) - Method in class jadex.javaparser.SimpleValueFetcher
-
Set values.
- setVariables(String[]) - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Set the variable names.
- setWhere(boolean) - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Set the where clause flag.
- SHORT - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- SimpleNode - Class in jadex.javaparser.javaccimpl
-
- SimpleNode(int) - Constructor for class jadex.javaparser.javaccimpl.SimpleNode
-
- SimpleNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.SimpleNode
-
- SimpleValueFetcher - Class in jadex.javaparser
-
Simple default implementation of a value fetcher useful for
basic usage scenarios or as a base for extending.
- SimpleValueFetcher() - Constructor for class jadex.javaparser.SimpleValueFetcher
-
Create a new fetcher.
- SimpleValueFetcher(IValueFetcher) - Constructor for class jadex.javaparser.SimpleValueFetcher
-
Create a new fetcher.
- SINGLE_LINE_COMMENT - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- SJavaParser - Class in jadex.javaparser
-
Static java parser helper.
- SJavaParser() - Constructor for class jadex.javaparser.SJavaParser
-
- specialConstructor - Variable in exception jadex.javaparser.javaccimpl.ParseException
-
This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
- specialToken - Variable in class jadex.javaparser.javaccimpl.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- STATIC_FIELD - Static variable in class jadex.javaparser.javaccimpl.ReflectNode
-
The static field type.
- STATIC_METHOD - Static variable in class jadex.javaparser.javaccimpl.ReflectNode
-
The static method type.
- static_type - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
-
The static type (if any).
- staticFlag - Static variable in class jadex.javaparser.javaccimpl.JavaCharStream
-
- STRING_LITERAL - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- subnodeToString(int) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Create a string for a subnode.
- SUBSTRACT - Static variable in class jadex.javaparser.javaccimpl.MathNode
-
The minus operator.
- SwitchTo(int) - Method in class jadex.javaparser.javaccimpl.ParserImplTokenManager
-
- tabSize - Variable in class jadex.javaparser.javaccimpl.JavaCharStream
-
- text - Variable in class jadex.javaparser.javaccimpl.ExpressionNode
-
The token text (if any).
- throwEvaluationException(Throwable) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
(Re)throw an exception that occured during evaluation
and add a useful error message.
- throwParseException(Throwable) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
(Re)throw an exception that occured during parsing
and add a useful error message.
- Token - Class in jadex.javaparser.javaccimpl
-
Describes the input token stream.
- Token() - Constructor for class jadex.javaparser.javaccimpl.Token
-
- tokenImage - Variable in exception jadex.javaparser.javaccimpl.ParseException
-
This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred.
- tokenImage - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- TokenMgrError - Error in jadex.javaparser.javaccimpl
-
- TokenMgrError() - Constructor for error jadex.javaparser.javaccimpl.TokenMgrError
-
- TokenMgrError(String, int) - Constructor for error jadex.javaparser.javaccimpl.TokenMgrError
-
- TokenMgrError(boolean, int, int, int, String, char, int) - Constructor for error jadex.javaparser.javaccimpl.TokenMgrError
-
- toPlainString() - Method in class jadex.javaparser.javaccimpl.ArgumentsNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.ArrayNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.BooleanNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.CastNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.CollectionNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.CompareNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.ConditionalNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.ConstantNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Create a string representation of this node for dumping in a tree.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.MathNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in interface jadex.javaparser.javaccimpl.Node
-
Create a string representation of this node for dumping in a tree.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.ParameterNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.ReflectNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.SelectionNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.SelectNode
-
Create a string representation of this node and its subnodes.
- toPlainString() - Method in class jadex.javaparser.javaccimpl.TypeNode
-
Create a string representation of this node and its subnodes.
- toString(int) - Static method in class jadex.javaparser.javaccimpl.BooleanNode
-
Convert an operator to a string representation.
- toString(int) - Static method in class jadex.javaparser.javaccimpl.CompareNode
-
Convert an operator to a string representation.
- toString(String) - Method in class jadex.javaparser.javaccimpl.ConstantNode
-
Create a string representation of this node for dumping in a tree.
- toString(String) - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Create a string representation of this node for dumping in a tree.
- toString() - Method in class jadex.javaparser.javaccimpl.ExpressionNode
-
Create a string representation of this node for dumping in a tree.
- toString(int) - Static method in class jadex.javaparser.javaccimpl.MathNode
-
Convert an operator to a string representation.
- toString(int) - Static method in class jadex.javaparser.javaccimpl.SelectNode
-
Convert a selection mode to a string representation.
- toString() - Method in class jadex.javaparser.javaccimpl.SimpleNode
-
- toString(String) - Method in class jadex.javaparser.javaccimpl.SimpleNode
-
- toString() - Method in class jadex.javaparser.javaccimpl.Token
-
Returns the image.
- TRUE - Static variable in interface jadex.javaparser.javaccimpl.ParserImplConstants
-
- type - Variable in class jadex.javaparser.javaccimpl.ArrayNode
-
The node type.
- type - Variable in class jadex.javaparser.javaccimpl.ReflectNode
-
The reflect node type.
- TypeNode - Class in jadex.javaparser.javaccimpl
-
Node representing a type.
- TypeNode(ParserImpl, int) - Constructor for class jadex.javaparser.javaccimpl.TypeNode
-
Create an expression node.