Class ParserOptions

java.lang.Object
gw.lang.parser.ParserOptions

public class ParserOptions extends Object
  • Field Details

    • _typeUsesMap

      private ITypeUsesMap _typeUsesMap
    • _expectedType

      private IType _expectedType
    • _strEnclosingType

      private String _strEnclosingType
    • _ti

      private ITokenizerInstructor _ti
    • _fileContext

      private IFileContext _fileContext
    • _bGenRootExprAccess

      private boolean _bGenRootExprAccess
    • _additionalDFSDecls

      private ISymbolTable _additionalDFSDecls
    • _captureSymbolsForEval

      private boolean _captureSymbolsForEval
    • _declSymbols

      private Map<String,List<IFunctionSymbol>> _declSymbols
    • _shouldOptimize

      private boolean _shouldOptimize
    • _parser

      private IGosuParser _parser
    • _superType

      private IType _superType
    • _bStatementsOnly

      private boolean _bStatementsOnly
    • _partId

      private IScriptPartId _partId
    • _throwawayProgram

      private boolean _throwawayProgram
    • _ctxInferenceMgr

      private Object _ctxInferenceMgr
    • _ignoreWarnings

      private Set<ResourceKey> _ignoreWarnings
    • _allowUses

      private boolean _allowUses
    • _bAnon

      private boolean _bAnon
  • Constructor Details

    • ParserOptions

      public ParserOptions()
  • Method Details