org.apache.cxf.tools.corba.processors.idl
Class Scope
java.lang.Object
org.apache.cxf.tools.corba.processors.idl.Scope
- All Implemented Interfaces:
- Comparable
public final class Scope
- extends Object
- implements Comparable
Scope
public Scope()
Scope
public Scope(String scopes,
String separator)
Scope
public Scope(Scope containingScope)
Scope
public Scope(Scope containingScope,
String str)
Scope
public Scope(Scope containingScope,
Scope prefixScope,
String str)
Scope
public Scope(Scope containingScope,
antlr.collections.AST node)
tail
public String tail()
getParent
public Scope getParent()
toString
public String toString(String separator)
toString
public String toString()
- Overrides:
toString in class Object
toIDLRepositoryID
public String toIDLRepositoryID()
equals
public boolean equals(Object otherScope)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
compareTo
public int compareTo(Object otherScope)
- Specified by:
compareTo in interface Comparable
setPrefix
public void setPrefix(String prefix)
getPrefix
public String getPrefix()
Apache CXF