Uses of Class
io.github.protasm.jvmud.compiler.parser.ast.ASTArgument
Packages that use ASTArgument
Package
Description
Abstract syntax tree structures representing LPC objects.
Visitor-style utilities that operate over the LPC AST.
-
Uses of ASTArgument in io.github.protasm.jvmud.compiler.parser.ast
Subclasses with type arguments of type ASTArgument in io.github.protasm.jvmud.compiler.parser.ast -
Uses of ASTArgument in io.github.protasm.jvmud.compiler.parser.ast.visitor
Methods in io.github.protasm.jvmud.compiler.parser.ast.visitor with parameters of type ASTArgumentModifier and TypeMethodDescriptiondefault voidASTVisitor.visitArgument(ASTArgument argument) voidPrintVisitor.visitArgument(ASTArgument argument)