org.eclipse.internal.xtend.xtend.codeassist
Class Partition

java.lang.Object
  extended by org.eclipse.internal.xtend.xtend.codeassist.Partition
Direct Known Subclasses:
XpandPartition

public class Partition
extends java.lang.Object


Field Summary
static Partition COMMENT
           
static Partition DEFAULT
           
static Partition EXPRESSION
           
static Partition EXTENSION_IMPORT
           
static Partition NAMESPACE_IMPORT
           
static Partition TYPE_DECLARATION
           
 
Constructor Summary
protected Partition(java.lang.String name)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EXPRESSION

public static final Partition EXPRESSION

TYPE_DECLARATION

public static final Partition TYPE_DECLARATION

NAMESPACE_IMPORT

public static final Partition NAMESPACE_IMPORT

EXTENSION_IMPORT

public static final Partition EXTENSION_IMPORT

DEFAULT

public static final Partition DEFAULT

COMMENT

public static final Partition COMMENT
Constructor Detail

Partition

protected Partition(java.lang.String name)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object