A B C D E F G I K L M N O P R S T U V W X 
All Classes All Packages

G

get(String) - Method in class com.blackrook.expression.ExpressionVariableContext
 
get(String) - Method in interface com.blackrook.expression.ExpressionVariableSet
Gets a corresponding expression value by name.
getArgumentCount() - Method in enum com.blackrook.expression.functions.CommonFunctions
 
getArgumentCount() - Method in interface com.blackrook.expression.node.ExpressionFunctionType
 
getCharIndex() - Method in class com.blackrook.expression.struct.Lexer.Token
 
getCurrentLexeme() - Method in class com.blackrook.expression.struct.Lexer
Gets the current token lexeme.
getCurrentLineCharacterIndex() - Method in class com.blackrook.expression.struct.Lexer.ReaderStack
 
getCurrentLineNumber() - Method in class com.blackrook.expression.struct.Lexer
Gets the lexer's current stream's line number.
getCurrentLineNumber() - Method in class com.blackrook.expression.struct.Lexer.ReaderStack
 
getCurrentStream() - Method in class com.blackrook.expression.struct.Lexer
Gets the current stream.
getCurrentStreamName() - Method in class com.blackrook.expression.struct.Lexer
 
getCurrentStreamName() - Method in class com.blackrook.expression.struct.Lexer.ReaderStack
 
getDecimalSeparator() - Method in class com.blackrook.expression.struct.Lexer.Kernel
Gets the current decimal separator character.
getDigest() - Method in class com.blackrook.expression.Expression
Gets the SHA-1 digest of this expression, in order to find duplicates.
getDigest(boolean) - Method in class com.blackrook.expression.Expression
Gets the SHA1 digest of this expression, in order to find duplicates.
getFunctionByName(String) - Method in interface com.blackrook.expression.ExpressionFunctionResolver
Attempts to resolve a pertinent function by its calling name.
getFunctionByName(String) - Method in class com.blackrook.expression.resolver.EnumResolver
 
getFunctionByName(String) - Method in class com.blackrook.expression.resolver.MultiResolver
 
getLexeme() - Method in class com.blackrook.expression.struct.Lexer.Token
 
getLexer() - Method in class com.blackrook.expression.struct.Lexer.Parser
Gets the Lexer that this Parser uses.
getLineNumber() - Method in class com.blackrook.expression.struct.Lexer.Token
 
getOperand() - Method in class com.blackrook.expression.node.ExpressionDirective
 
getRawStringEnd(char) - Method in class com.blackrook.expression.struct.Lexer
Gets the character that ends a raw String, using the starting character.
getResolver() - Static method in enum com.blackrook.expression.functions.CommonFunctions
 
getSource() - Method in class com.blackrook.expression.Expression
Gets the source code that was used to create this expression.
getState() - Method in class com.blackrook.expression.struct.Lexer
 
getStreamName() - Method in class com.blackrook.expression.struct.Lexer.Token
 
getStringEnd(char) - Method in class com.blackrook.expression.struct.Lexer
Gets the character that ends a String, using the starting character.
getTokenInfoLine(String) - Method in class com.blackrook.expression.struct.Lexer.Parser
Returns a stock error line for when an error/warning or whatever occurs during parse.
getType() - Method in class com.blackrook.expression.node.ExpressionDirective
 
getType() - Method in class com.blackrook.expression.struct.Lexer.Token
 
greater(ExpressionValue, ExpressionValue, ExpressionValue) - Static method in class com.blackrook.expression.ExpressionValue
Greater-than calculation.
GREATER - com.blackrook.expression.node.ExpressionDirectiveType
Greater than.
GREATER_OR_EQUAL - com.blackrook.expression.node.ExpressionDirectiveType
Greater than or equal.
greaterOrEqual(ExpressionValue, ExpressionValue, ExpressionValue) - Static method in class com.blackrook.expression.ExpressionValue
Greater-than-or-equal calculation.
A B C D E F G I K L M N O P R S T U V W X 
All Classes All Packages