Uses of Class
io.github.protasm.jvmud.compiler.parser.ast.ASTInherit
Packages that use ASTInherit
Package
Description
Abstract syntax tree structures representing LPC objects.
Visitor-style utilities that operate over the LPC AST.
-
Uses of ASTInherit in io.github.protasm.jvmud.compiler.parser.ast
Methods in io.github.protasm.jvmud.compiler.parser.ast that return types with arguments of type ASTInheritMethods in io.github.protasm.jvmud.compiler.parser.ast with parameters of type ASTInherit -
Uses of ASTInherit in io.github.protasm.jvmud.compiler.parser.ast.visitor
Methods in io.github.protasm.jvmud.compiler.parser.ast.visitor with parameters of type ASTInheritModifier and TypeMethodDescriptiondefault voidASTVisitor.visitInherit(ASTInherit inherit) voidPrintVisitor.visitInherit(ASTInherit inherit)