org.eclipse.xtext.parsetree.reconstr
Class SerializerOptions

java.lang.Object
  extended by org.eclipse.xtext.parsetree.reconstr.SerializerOptions

Deprecated. use the immutable SaveOptions instead.

@Deprecated
public class SerializerOptions
extends java.lang.Object


Constructor Summary
SerializerOptions()
          Deprecated.  
SerializerOptions(boolean format, boolean validateConcreteSyntax)
          Deprecated.  
 
Method Summary
 boolean isFormatting()
          Deprecated.  
 boolean isValidateConcreteSyntax()
          Deprecated.  
 SerializerOptions setFormatting(boolean formatting)
          Deprecated.  
 SerializerOptions setValidateConcreteSyntax(boolean validateConcreteSyntax)
          Deprecated.  
 SaveOptions toSaveOptions()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializerOptions

public SerializerOptions()
Deprecated. 

SerializerOptions

public SerializerOptions(boolean format,
                         boolean validateConcreteSyntax)
Deprecated. 
Method Detail

isFormatting

public boolean isFormatting()
Deprecated. 

setFormatting

public SerializerOptions setFormatting(boolean formatting)
Deprecated. 

isValidateConcreteSyntax

public boolean isValidateConcreteSyntax()
Deprecated. 

setValidateConcreteSyntax

public SerializerOptions setValidateConcreteSyntax(boolean validateConcreteSyntax)
Deprecated. 

toSaveOptions

public SaveOptions toSaveOptions()
Deprecated.