Apache CXF API

org.apache.cxf.tools.corba.processors.idl
Class Scope

java.lang.Object
  extended by org.apache.cxf.tools.corba.processors.idl.Scope
All Implemented Interfaces:
Comparable<Object>

public final class Scope
extends Object
implements Comparable<Object>


Constructor Summary
Scope()
           
Scope(Scope containingScope)
           
Scope(Scope containingScope, antlr.collections.AST node)
           
Scope(Scope containingScope, Scope prefixScope, String str)
           
Scope(Scope containingScope, String str)
           
Scope(String scopes, String separator)
           
 
Method Summary
 int compareTo(Object otherScope)
           
 boolean equals(Object otherScope)
           
 Scope getParent()
           
 String getPrefix()
           
 int hashCode()
           
 void setPrefix(String prefix)
           
 String tail()
           
 String toIDLRepositoryID()
           
 String toString()
           
 String toString(String separator)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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<Object>

setPrefix

public void setPrefix(String prefix)

getPrefix

public String getPrefix()

Apache CXF API

Apache CXF