Uses of Class
rocks.palaiologos.maja.expression.ExpressionParser.IfContext
Packages that use ExpressionParser.IfContext
Package
Description
Contains a parser and evaluator for enhanced mathematical expressions.
-
Uses of ExpressionParser.IfContext in rocks.palaiologos.maja.expression
Methods in rocks.palaiologos.maja.expression with parameters of type ExpressionParser.IfContextModifier and TypeMethodDescriptionvoidExpressionListener.enterIf(ExpressionParser.IfContext ctx) Enter a parse tree produced by theIflabeled alternative inExpressionParser.declaration().voidExpressionListener.exitIf(ExpressionParser.IfContext ctx) Exit a parse tree produced by theIflabeled alternative inExpressionParser.declaration().DefaultExpressionVisitor.visitIf(ExpressionParser.IfContext ctx) ExpressionVisitor.visitIf(ExpressionParser.IfContext ctx) Visit a parse tree produced by theIflabeled alternative inExpressionParser.declaration().