Class Ref

  • All Implemented Interfaces:
    ParsedPattern

    public final class Ref
    extends Leaf
    A reference to a named pattern.
    Author:
    Kohsuke Kawaguchi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      Define def  
      • Fields inherited from class com.sun.tools.txw2.model.Leaf

        location
    • Constructor Summary

      Constructors 
      Constructor Description
      Ref​(org.xml.sax.Locator location, Define def)  
      Ref​(org.xml.sax.Locator location, Grammar scope, java.lang.String name)  
    • Field Detail

      • def

        public final Define def
    • Constructor Detail

      • Ref

        public Ref​(org.xml.sax.Locator location,
                   Grammar scope,
                   java.lang.String name)
      • Ref

        public Ref​(org.xml.sax.Locator location,
                   Define def)
    • Method Detail

      • isInline

        public boolean isInline()