Deprecated API


Contents
Deprecated Classes
jfun.parsec.tokens.MyToken
           
jfun.parsec.PositionedToken
          Use Tok instead. 
jfun.parsec.tokens.TokenCharLiteral
           
jfun.parsec.tokens.TokenDecimal
           
jfun.parsec.tokens.TokenInteger
           
jfun.parsec.tokens.TokenLong
           
jfun.parsec.tokens.TokenReserved
           
jfun.parsec.tokens.TokenString
           
jfun.parsec.tokens.TokenStringLiteral
           
jfun.parsec.tokens.TokenWord
           
 

Deprecated Methods
jfun.parsec.Lexers.allInteger()
          Use Lexers.lexLong(). 
jfun.parsec.Lexers.allInteger(String)
          Use Lexers.lexLong(String). 
jfun.parsec.pattern.Patterns.chars_eq(int)
          Use Patterns.hasExact(int) instead. 
jfun.parsec.pattern.Patterns.chars_ge(int)
          Use Patterns.hasAtLeast(int) instead. 
jfun.parsec.Lexers.decInteger()
          Use Lexers.lexDecLong(). 
jfun.parsec.Lexers.decInteger(String)
          Use Lexers.lexDecLong(String). 
jfun.parsec.Terms.getCaseInsensitive(Parser, String[], String[])
          Use Terms.getCaseInsensitiveInstance(Parser, String[], String[]) instead. 
jfun.parsec.Terms.getCaseInsensitive(Parser, String[], String[], FromString)
          Use Terms.getCaseInsensitiveInstance(Parser, String[], String[], FromString) instead. 
jfun.parsec.Terms.getCaseInsensitive(String[], String[])
          Use Terms.getCaseInsensitiveInstance(String[], String[]) instead. 
jfun.parsec.Terms.getCaseSensitive(Parser, String[], String[])
          Use Terms.getCaseSensitiveInstance(Parser, String[], String[]) instead. 
jfun.parsec.Terms.getCaseSensitive(Parser, String[], String[], FromString)
          Use Terms.getCaseSensitiveInstance(Parser, String[], String[], FromString) instead. 
jfun.parsec.Terms.getCaseSensitive(String[], String[])
          Use Terms.getCaseSensitiveInstance(String[], String[]) instead. 
jfun.parsec.Terms.getOperators(String...)
          Use Terms.getOperatorsInstance(String[]) instead. 
jfun.parsec.Parsers.getState()
          as of version 0.6 
jfun.parsec.Parsers.getState(String)
           
jfun.parsec.tokens.TokenQuoted.getTokenizer(char, char)
          Use Tokenizers.forQuotedString(char, char) instead. 
jfun.parsec.tokens.TokenQuoted.getTokenizer(String, String)
          Use Tokenizers.forQuotedString(String, String) instead. 
jfun.parsec.Lexers.hexInteger()
          Use Lexers.lexHexLong(). 
jfun.parsec.Lexers.hexInteger(String)
          Use Lexers.lexHexLong(String). 
jfun.parsec.tokens.Tokens.int_literal(long)
          use Tokens.long_literal(long) instead. 
jfun.parsec.Parsers.isState(ObjectPredicate)
          as of version 0.6 
jfun.parsec.Parsers.isState(String, ObjectPredicate)
          as of version 0.6 
jfun.parsec.Scanners.lexeme(Parser, Parser)
           
jfun.parsec.Scanners.lexeme(String, Parser, Parser)
           
jfun.parsec.Scanners.lexer(Parser, Tokenizer)
           
jfun.parsec.Scanners.lexer(Parser, Tokenizer, String)
           
jfun.parsec.Scanners.lexer(String, Parser, Tokenizer)
           
jfun.parsec.Scanners.lexer(String, Parser, Tokenizer, String)
           
jfun.parsec.tokens.Tokens.my(String, int)
           
jfun.parsec.Terms.myParser(FromMyText)
           
jfun.parsec.Terms.myParser(int, FromString)
           
jfun.parsec.Terms.myParser(String, FromMyText)
           
jfun.parsec.Terms.myParser(String, int, FromString)
           
jfun.parsec.Lexers.octInteger()
          Use Lexers.lexOctLong(). 
jfun.parsec.Lexers.octInteger(String)
          Use Lexers.lexOctLong(String). 
jfun.parsec.Parsers.setState(Object)
          as of version 0.6 
jfun.parsec.Parsers.setState(String, Object)
          as of version 0.6 
jfun.parsec.Lexers.stringLiteral()
          Use Lexers.lexSimpleStringLiteral() 
jfun.parsec.Lexers.stringLiteral(String)
          Use Lexers.lexSimpleStringLiteral(String) 
jfun.parsec.Parsers.transformState(Map)
          as of version 0.6 
jfun.parsec.Parsers.transformState(String, Map)
          as of version 0.6