Uses of Class
io.github.protasm.jvmud.compiler.parser.ast.expr.ASTExprLiteralTrue
Packages that use ASTExprLiteralTrue
Package
Description
Visitor-style utilities that operate over the LPC AST.
-
Uses of ASTExprLiteralTrue in io.github.protasm.jvmud.compiler.parser.ast.visitor
Methods in io.github.protasm.jvmud.compiler.parser.ast.visitor with parameters of type ASTExprLiteralTrueModifier and TypeMethodDescriptiondefault voidASTVisitor.visitExprLiteralTrue(ASTExprLiteralTrue expr) voidPrintVisitor.visitExprLiteralTrue(ASTExprLiteralTrue expr)