com.sun.tools.txw2.model
Class Ref

java.lang.Object
  extended by com.sun.tools.txw2.model.Leaf
      extended by com.sun.tools.txw2.model.Ref
All Implemented Interfaces:
org.kohsuke.rngom.ast.om.ParsedPattern

public final class Ref
extends Leaf

A reference to a named pattern.

Author:
Kohsuke Kawaguchi

Field Summary
 Define def
           
 
Fields inherited from class com.sun.tools.txw2.model.Leaf
location
 
Constructor Summary
Ref(Locator location, Define def)
           
Ref(Locator location, Grammar scope, String name)
           
 
Method Summary
 boolean isInline()
           
 
Methods inherited from class com.sun.tools.txw2.model.Leaf
createDataMethod, getNext, getPrev, merge, siblings
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

def

public final Define def
Constructor Detail

Ref

public Ref(Locator location,
           Grammar scope,
           String name)

Ref

public Ref(Locator location,
           Define def)
Method Detail

isInline

public boolean isInline()


Copyright © 2012 Oracle. All Rights Reserved.