Uses of Interface
net.sourceforge.pmd.lang.modelica.ast.ModelicaNode
-
Packages that use ModelicaNode Package Description net.sourceforge.pmd.lang.modelica.ast net.sourceforge.pmd.lang.modelica.rule -
-
Uses of ModelicaNode in net.sourceforge.pmd.lang.modelica.ast
Subinterfaces of ModelicaNode in net.sourceforge.pmd.lang.modelica.ast Modifier and Type Interface Description interfaceModelicaClassSpecifierNodePublic API for class defining AST nodes.interfaceModelicaImportClauseinterfaceResolvableModelicaNodeA public API for resolving lexical references to class or components.Methods in net.sourceforge.pmd.lang.modelica.ast that return ModelicaNode Modifier and Type Method Description ModelicaNodeModelicaNode. getChild(int index)ModelicaNodeModelicaNode. getParent()Methods in net.sourceforge.pmd.lang.modelica.ast that return types with arguments of type ModelicaNode Modifier and Type Method Description Iterable<? extends ModelicaNode>ModelicaNode. children()Methods in net.sourceforge.pmd.lang.modelica.ast with parameters of type ModelicaNode Modifier and Type Method Description static voidInternalModelicaNodeApi. setNodeOwnScope(ModelicaNode node, ModelicaScope scope)ObjectModelicaParserVisitor. visit(ModelicaNode node, Object data)ObjectModelicaParserVisitorAdapter. visit(ModelicaNode node, Object data) -
Uses of ModelicaNode in net.sourceforge.pmd.lang.modelica.rule
Methods in net.sourceforge.pmd.lang.modelica.rule with parameters of type ModelicaNode Modifier and Type Method Description ObjectAbstractModelicaRule. visit(ModelicaNode node, Object data)
-