Package net.binis.codegen.tools
Class BaseStringInterpolator<T>
java.lang.Object
net.binis.codegen.tools.BaseStringInterpolator<T>
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract TbuildComplexExpression(List<T> list) protected abstract Tprotected TbuildExpression(String exp) protected abstract Tprotected TcomplexExpression(List<T> list) protected Tprotected T
-
Field Details
-
INVALID_EXPRESSION
- See Also:
-
identifier
-
segments
-
-
Constructor Details
-
BaseStringInterpolator
public BaseStringInterpolator()
-
-
Method Details
-
getSegments
-
buildExpression
-
buildConstantExpression
-
buildComplexExpression
-
complexExpression
-
buildParamExpression
-
internalBuildConstantExpression
-
internalBuildParamExpression
-