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

public final class Scope extends Object implements Comparable<Object>
  • Constructor Details

    • 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 Details