Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
N
Name
- class com.go.tea.parsetree.
Name
.
A Name just associates a String with a SourceInfo object.
Name(SourceInfo, String)
- Constructor for class com.go.tea.parsetree.
Name
NameValuePair
- class com.go.teaservlet.util.
NameValuePair
.
NameValuePair(Map.Entry)
- Constructor for class com.go.teaservlet.util.
NameValuePair
NameValuePair(String, Object)
- Constructor for class com.go.teaservlet.util.
NameValuePair
NE
- Static variable in class com.go.tea.compiler.
Token
Token ID for the not equal operator: '!='
needsInput()
- Method in class com.go.trove.util.
Deflater
NegateExpression
- class com.go.tea.parsetree.
NegateExpression
.
NegateExpression is a simple unary expression that calculates the negative value of an expression.
NegateExpression(SourceInfo, Expression)
- Constructor for class com.go.tea.parsetree.
NegateExpression
NEW
- Static variable in class com.go.trove.classfile.
Opcode
NEWARRAY
- Static variable in class com.go.trove.classfile.
Opcode
NewArrayExpression
- class com.go.tea.parsetree.
NewArrayExpression
.
An expression that evaluates to a new array or Map of values.
NewArrayExpression(SourceInfo, ExpressionList, boolean)
- Constructor for class com.go.tea.parsetree.
NewArrayExpression
newObject(TypeDescriptor)
- Method in class com.go.trove.classfile.
CodeBuilder
Generates code to create a new object.
newObject(TypeDescriptor)
- Method in interface com.go.trove.classfile.
CodeAssembler
Generates code to create a new object.
newObject(TypeDescriptor)
- Method in class com.go.trove.classfile.
FilteredCodeAssembler
newObject(TypeDescriptor)
- Method in class com.go.trove.classfile.
CodeAssemblerPrinter
NO_COMPRESSION
- Static variable in class com.go.trove.util.
Deflater
nocache(Substitution)
- Method in interface com.go.teaservlet.
RegionCachingContext
Node
- class com.go.tea.parsetree.
Node
.
The superclass of all parse tree nodes.
Node(SourceInfo)
- Constructor for class com.go.tea.parsetree.
Node
NodeVisitor
- interface com.go.tea.parsetree.
NodeVisitor
.
A NodeVisitor enables operations to be performed on a parse tree.
NON_NULL_STRING_TYPE
- Static variable in class com.go.tea.compiler.
Type
Type for representing non-null Strings, provided as a convenience
NOP
- Static variable in class com.go.trove.classfile.
Opcode
nop()
- Method in class com.go.trove.classfile.
CodeBuilder
Generates an instruction that does nothing.
nop()
- Method in interface com.go.trove.classfile.
CodeAssembler
Generates an instruction that does nothing.
nop()
- Method in class com.go.trove.classfile.
FilteredCodeAssembler
nop()
- Method in class com.go.trove.classfile.
CodeAssemblerPrinter
NOT
- Static variable in class com.go.tea.compiler.
Token
Token ID for the not keyword: 'not'
NotExpression
- class com.go.tea.parsetree.
NotExpression
.
NotExpression is a simple unary expression that calculates the logical "not" value of an expression.
NotExpression(SourceInfo, Expression)
- Constructor for class com.go.tea.parsetree.
NotExpression
NoThreadException
- exception com.go.trove.util.
NoThreadException
.
This exception is thrown by a
ThreadPool
when no thread is available.
NoThreadException(String)
- Constructor for class com.go.trove.util.
NoThreadException
NoThreadException(String, boolean)
- Constructor for class com.go.trove.util.
NoThreadException
NULL
- Static variable in class com.go.tea.compiler.
Token
Token ID for the null literal: 'null'
NULL_TYPE
- Static variable in class com.go.tea.compiler.
Type
Type that is compatble with all other types
nullEqualOrder()
- Static method in class com.go.trove.util.
Utils
Returns a Comparator that uses a Comparable object's natural ordering, except null values are always considered equal order.
nullEqualOrder(Comparator)
- Static method in class com.go.trove.util.
Utils
Returns a Comparator that wraps the given Comparator except null values are always considered equal order.
nullFormat(String)
- Method in class com.go.tea.runtime.
DefaultContext
nullFormat(String)
- Method in interface com.go.tea.runtime.
Context
A function that sets the formatted value of null object references.
nullHigh()
- Method in class com.go.trove.util.
BeanComparator
Set the order of comparisons against null as being high (the default) on just the last
order-by
property.
nullHighOrder()
- Static method in class com.go.trove.util.
Utils
Returns a Comparator that uses a Comparable object's natural ordering, except null values are always considered high order.
nullHighOrder(Comparator)
- Static method in class com.go.trove.util.
Utils
Returns a Comparator that wraps the given Comparator except null values are always considered high order.
NullKeyMap
- class com.go.trove.util.
NullKeyMap
.
A Map supporting null keys that wraps a Map that doesn't support null keys.
NullKeyMap(Map)
- Constructor for class com.go.trove.util.
NullKeyMap
NullLiteral
- class com.go.tea.parsetree.
NullLiteral
.
A Literal representing the null Object.
NullLiteral(SourceInfo)
- Constructor for class com.go.tea.parsetree.
NullLiteral
nullLow()
- Method in class com.go.trove.util.
BeanComparator
Set the order of comparisons against null as being low on just the last
order-by
property.
nullLowOrder()
- Static method in class com.go.trove.util.
Utils
Returns a Comparator that uses a Comparable object's natural ordering, except null values are always considered low order.
nullLowOrder(Comparator)
- Static method in class com.go.trove.util.
Utils
Returns a Comparator that wraps the given Comparator except null values are always considered low order.
NUMBER
- Static variable in class com.go.tea.compiler.
Token
Token ID for a number literal.
numberFormat(String)
- Method in class com.go.tea.runtime.
DefaultContext
numberFormat(String)
- Method in interface com.go.tea.runtime.
Context
A function that sets the formatted value of numbers.
numberFormat(String, String, String)
- Method in class com.go.tea.runtime.
DefaultContext
numberFormat(String, String, String)
- Method in interface com.go.tea.runtime.
Context
A function that sets the formatted value of numbers.
NumberLiteral
- class com.go.tea.parsetree.
NumberLiteral
.
Base class for all Literals that have a numeric type.
NumberLiteral(SourceInfo, double)
- Constructor for class com.go.tea.parsetree.
NumberLiteral
NumberLiteral(SourceInfo, float)
- Constructor for class com.go.tea.parsetree.
NumberLiteral
NumberLiteral(SourceInfo, int)
- Constructor for class com.go.tea.parsetree.
NumberLiteral
NumberLiteral(SourceInfo, long)
- Constructor for class com.go.tea.parsetree.
NumberLiteral
NumberLiteral(SourceInfo, Number)
- Constructor for class com.go.tea.parsetree.
NumberLiteral
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W