Class AviatorStringBuilder
java.lang.Object
com.googlecode.aviator.runtime.type.AviatorObject
com.googlecode.aviator.runtime.type.AviatorString
com.googlecode.aviator.runtime.type.AviatorStringBuilder
- All Implemented Interfaces:
Serializable
Aviator string builder for fast concatenating string.
- See Also:
-
Field Summary
FieldsFields inherited from class com.googlecode.aviator.runtime.type.AviatorObject
metadata
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.googlecode.aviator.runtime.type.AviatorString
desc, getAviatorType, getLexeme, getValue, innerCompare
Methods inherited from class com.googlecode.aviator.runtime.type.AviatorObject
bitAnd, bitNot, bitOr, bitXor, booleanValue, compare, compareEq, defineValue, div, exponent, getElement, getMetadata, isNull, match, meta, mod, mult, neg, not, numberValue, setValue, shiftLeft, shiftRight, stringValue, sub, toString, unsignedShiftRight, withMeta, withoutMeta
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
sb
-
-
Constructor Details
-
AviatorStringBuilder
-
AviatorStringBuilder
-
-
Method Details
-
getLexeme
- Overrides:
getLexeme
in classAviatorString
-
deref
- Overrides:
deref
in classAviatorObject
-
add
- Overrides:
add
in classAviatorString
-