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