Class Alphabet.Ref

  • Enclosing class:
    Alphabet

    public static final class Alphabet.Ref
    extends Alphabet
    Alphabet of the type "ref."
    • Constructor Detail

      • Ref

        public Ref​(ScopeInfo target,
                   java.lang.String alias,
                   java.lang.String params,
                   org.xml.sax.Locator loc)
      • Ref

        public Ref​(ScopeInfo _target,
                   org.xml.sax.Locator loc)
    • Method Detail

      • getTargetScope

        public ScopeInfo getTargetScope()
        Gets the child scope to be spawned.
      • getParams

        public java.lang.String getParams()
      • getAlias

        public java.lang.String getAlias()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class Alphabet