org.eclipse.xtext.generator.parser.antlr
Class AntlrOptions

java.lang.Object
  extended by org.eclipse.xtext.generator.parser.antlr.AntlrOptions

public class AntlrOptions
extends java.lang.Object

Author:
Sven Efftinge - Initial contribution and API

Constructor Summary
AntlrOptions()
           
 
Method Summary
 int getFieldsPerClass()
          This method will become public API with 2.1
 int getK()
           
 boolean isBacktrack()
           
 boolean isBacktrackLexer()
           
 boolean isClassSplitting()
           
 boolean isIgnoreCase()
           
 boolean isMemoize()
           
 void setBacktrack(boolean backtrack)
           
 void setBacktrackLexer(boolean backtrackLexer)
           
 void setClassSplitting(boolean value)
           
 void setFieldsPerClass(java.lang.String fieldsPerClass)
          This method will become public API with 2.1
 void setIgnoreCase(boolean ignoreCase)
           
 void setK(int k)
           
 void setMemoize(boolean memoize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AntlrOptions

public AntlrOptions()
Method Detail

isBacktrack

public boolean isBacktrack()

setBacktrack

public void setBacktrack(boolean backtrack)

isMemoize

public boolean isMemoize()

setMemoize

public void setMemoize(boolean memoize)

getK

public int getK()

setK

public void setK(int k)

setBacktrackLexer

public void setBacktrackLexer(boolean backtrackLexer)

isBacktrackLexer

public boolean isBacktrackLexer()

setIgnoreCase

public void setIgnoreCase(boolean ignoreCase)

isIgnoreCase

public boolean isIgnoreCase()

isClassSplitting

public boolean isClassSplitting()

setClassSplitting

public void setClassSplitting(boolean value)

getFieldsPerClass

public int getFieldsPerClass()
This method will become public API with 2.1

This method is not intended to be referenced by clients.
This method is not intended to be referenced by clients.

setFieldsPerClass

public void setFieldsPerClass(java.lang.String fieldsPerClass)
This method will become public API with 2.1

This method is not intended to be referenced by clients.
This method is not intended to be referenced by clients.