Uses of Class
de.neuland.jade4j.parser.node.IfConditionNode
-
Packages that use IfConditionNode Package Description de.neuland.jade4j.parser.node -
-
Uses of IfConditionNode in de.neuland.jade4j.parser.node
Fields in de.neuland.jade4j.parser.node with type parameters of type IfConditionNode Modifier and Type Field Description private java.util.List<IfConditionNode>
ConditionalNode. conditions
Methods in de.neuland.jade4j.parser.node that return types with arguments of type IfConditionNode Modifier and Type Method Description java.util.List<IfConditionNode>
ConditionalNode. getConditions()
Method parameters in de.neuland.jade4j.parser.node with type arguments of type IfConditionNode Modifier and Type Method Description void
ConditionalNode. setConditions(java.util.List<IfConditionNode> conditions)
-