Uses of Class
cool.klass.model.converter.compiler.state.value.literal.AntlrNullLiteral
Packages that use AntlrNullLiteral
Package
Description
-
Uses of AntlrNullLiteral in cool.klass.model.converter.compiler.phase.criteria
Methods in cool.klass.model.converter.compiler.phase.criteria that return AntlrNullLiteralModifier and TypeMethodDescriptionLiteralValueVisitor.visitNullLiteral(KlassParser.NullLiteralContext ctx) -
Uses of AntlrNullLiteral in cool.klass.model.converter.compiler.state
Methods in cool.klass.model.converter.compiler.state with parameters of type AntlrNullLiteralModifier and TypeMethodDescriptionvoidUnreferencedPrivatePropertiesExpressionValueVisitor.visitNullLiteral(AntlrNullLiteral nullLiteral) -
Uses of AntlrNullLiteral in cool.klass.model.converter.compiler.state.value
Methods in cool.klass.model.converter.compiler.state.value with parameters of type AntlrNullLiteralModifier and TypeMethodDescriptionvoidAntlrExpressionValueVisitor.visitNullLiteral(AntlrNullLiteral nullLiteral)