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