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