Uses of Interface
dev.civl.abc.ast.node.IF.AttributeKey
Packages that use AttributeKey
Package
Description
Submodule ast.node defines every kind of
node in an AST.
-
Uses of AttributeKey in dev.civl.abc.ast.node.IF
Methods in dev.civl.abc.ast.node.IF that return AttributeKeyModifier and TypeMethodDescriptionNodeFactory.getCivlOmpDependKey(Boolean isSource) NodeFactory.getTempCountKey()NodeFactory.newAttribute(String attributeName, Class<? extends Object> attributeClass) Creates an attribute slot for all AST nodes.Methods in dev.civl.abc.ast.node.IF with parameters of type AttributeKeyModifier and TypeMethodDescriptionASTNode.getAttribute(AttributeKey key) Returns the attribute value associated to the given key, ornullif no value has been set for that key.voidASTNode.setAttribute(AttributeKey key, Object value) Sets the attribute value associated to the given key.