Class Wildcard


  • public class Wildcard
    extends Name
    Represents a wildcard name.
    Author:
    Matt Nathan
    • Method Detail

      • getSharedInstance

        public static Wildcard getSharedInstance()
      • apply

        public void apply​(AstVisitor visitor)
        Description copied from class: AstNode
        Apply the given visitor over the tree represented by this node.
        Specified by:
        apply in class AstNode