Class BootstrapExpressionValueVisitor1
java.lang.Object
cool.klass.model.converter.bootstrap.writer.BootstrapExpressionValueVisitor1
- All Implemented Interfaces:
ExpressionValueVisitor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.collections.api.map.ImmutableMap<ExpressionValue, ExpressionValue> voidvisitBooleanLiteral(BooleanLiteralValue booleanLiteralValue) voidvisitFloatingPointLiteral(FloatingPointLiteralValue floatingPointLiteralValue) voidvisitIntegerLiteral(IntegerLiteralValue integerLiteralValue) voidvisitLiteralList(LiteralListValue literalListValue) voidvisitNullLiteral(NullLiteral nullLiteral) voidvisitStringLiteral(StringLiteralValue stringLiteralValue) voidvisitThisMember(ThisMemberReferencePath thisMemberExpressionValue) voidvisitTypeMember(TypeMemberReferencePath typeMemberExpressionValue) voidvisitUserLiteral(UserLiteral userLiteral) voidvisitVariableReference(VariableReference variableReference)
-
Constructor Details
-
BootstrapExpressionValueVisitor1
public BootstrapExpressionValueVisitor1()
-
-
Method Details
-
getExpressionValuesByExpressionValue
public org.eclipse.collections.api.map.ImmutableMap<ExpressionValue,ExpressionValue> getExpressionValuesByExpressionValue() -
getBootstrappedExpressionValues
-
visitTypeMember
- Specified by:
visitTypeMemberin interfaceExpressionValueVisitor
-
visitThisMember
- Specified by:
visitThisMemberin interfaceExpressionValueVisitor
-
visitVariableReference
- Specified by:
visitVariableReferencein interfaceExpressionValueVisitor
-
visitBooleanLiteral
- Specified by:
visitBooleanLiteralin interfaceExpressionValueVisitor
-
visitIntegerLiteral
- Specified by:
visitIntegerLiteralin interfaceExpressionValueVisitor
-
visitFloatingPointLiteral
- Specified by:
visitFloatingPointLiteralin interfaceExpressionValueVisitor
-
visitStringLiteral
- Specified by:
visitStringLiteralin interfaceExpressionValueVisitor
-
visitLiteralList
- Specified by:
visitLiteralListin interfaceExpressionValueVisitor
-
visitUserLiteral
- Specified by:
visitUserLiteralin interfaceExpressionValueVisitor
-
visitNullLiteral
- Specified by:
visitNullLiteralin interfaceExpressionValueVisitor
-