Package com.pressassociation.pr.ast
Class Wildcard
- java.lang.Object
-
- com.pressassociation.pr.ast.AstNode
-
- com.pressassociation.pr.ast.Field
-
- com.pressassociation.pr.ast.Node
-
- com.pressassociation.pr.ast.Name
-
- com.pressassociation.pr.ast.Wildcard
-
public class Wildcard extends Name
Represents a wildcard name.- Author:
- Matt Nathan
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(AstVisitor visitor)Apply the given visitor over the tree represented by this node.static WildcardgetSharedInstance()
-
-
-
Method Detail
-
getSharedInstance
public static Wildcard getSharedInstance()
-
apply
public void apply(AstVisitor visitor)
Description copied from class:AstNodeApply the given visitor over the tree represented by this node.
-
-