com.sun.tools.txw2.model
Class Ref
java.lang.Object
com.sun.tools.txw2.model.Leaf
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
Fields inherited from class com.sun.tools.txw2.model.Leaf |
location |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
def
public final Define def
Ref
public Ref(Locator location,
Grammar scope,
String name)
Ref
public Ref(Locator location,
Define def)
isInline
public boolean isInline()
Copyright © 2012 Oracle. All Rights Reserved.