Uses of Class
org.prism.Nodes.LocalVariableTargetNode
Packages that use Nodes.LocalVariableTargetNode
-
Uses of Nodes.LocalVariableTargetNode in org.prism
Fields in org.prism declared as Nodes.LocalVariableTargetNodeModifier and TypeFieldDescriptionNodes.CapturePatternNode.targetRepresents the target of the capture.final Nodes.LocalVariableTargetNode[]Nodes.MatchWriteNode.targetsMethods in org.prism with parameters of type Nodes.LocalVariableTargetNodeModifier and TypeMethodDescriptionAbstractNodeVisitor.visitLocalVariableTargetNode(Nodes.LocalVariableTargetNode node) Visit a LocalVariableTargetNode node.Constructors in org.prism with parameters of type Nodes.LocalVariableTargetNodeModifierConstructorDescriptionCapturePatternNode(int startOffset, int length, Nodes.Node value, Nodes.LocalVariableTargetNode target) MatchWriteNode(int startOffset, int length, Nodes.CallNode call, Nodes.LocalVariableTargetNode[] targets)