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