Uses of Interface
com.googlecode.aviator.runtime.type.string.StringSegment
-
Packages that use StringSegment Package Description com.googlecode.aviator com.googlecode.aviator.runtime.type.string -
-
Uses of StringSegment in com.googlecode.aviator
Fields in com.googlecode.aviator with type parameters of type StringSegment Modifier and Type Field Description java.util.List<StringSegment>
AviatorEvaluatorInstance.StringSegments. segs
Constructor parameters in com.googlecode.aviator with type arguments of type StringSegment Constructor Description StringSegments(java.util.List<StringSegment> segs, int hintLength)
-
Uses of StringSegment in com.googlecode.aviator.runtime.type.string
Classes in com.googlecode.aviator.runtime.type.string that implement StringSegment Modifier and Type Class Description class
ExpressionSegment
A string segment that generated by an expression execution.class
LiteralSegment
A string literal segmentclass
VarSegment
A string segment that generated by a variable in env.
-