Uses of Class gnu.text.SyntaxException

Uses in package gnu.ecmascript

Methods which throw type gnu.text.SyntaxException

String
void
Skip an explicit or implicit semicolon.
String
Lexer.getStringLiteral(char quote)
Object
Returns the next token.
Object
Object
Object
Lexer.maybeAssignment(Object token)
Expression[]
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Expression
Object
Return the next non-whitespace token from the lexer.
Object
Return the next token from the lexer.

Uses in package gnu.expr

Methods which throw type gnu.text.SyntaxException

boolean
Language.parse(Compilation comp, int options)
Compilation
Language.parse(InPort port, SourceMessages messages, ModuleInfo info)
Compilation
Language.parse(InPort port, SourceMessages messages, int options)
Parse one or more expressions.
Compilation
Language.parse(Lexer lexer, int options, ModuleInfo info)

Uses in package gnu.kawa.brl

Methods which throw type gnu.text.SyntaxException

Object
Object

Uses in package gnu.kawa.lispexpr

Methods which throw type gnu.text.SyntaxException

boolean
LispLanguage.parse(Compilation comp, int options)
Object
ReaderDispatch.read(Lexer in, int ch, int count)
Object
ReaderDispatchMacro.read(Lexer in, int ch, int count)
Object
ReaderDispatchMisc.read(Lexer in, int ch, int count)
Object
ReaderIgnoreRestOfLine.read(Lexer in, int ch, int count)
Object
ReaderMacro.read(Lexer in, int ch, int count)
Object
ReaderParens.read(Lexer in, int ch, int count)
Read a list (possibly improper) of zero or more Scheme forms.
Object
ReaderQuote.read(Lexer in, int ch, int count)
Object
ReaderString.read(Lexer in, int ch, int count)
Object
ReaderTypespec.read(Lexer in, int ch, int count)
Object
ReaderVector.read(Lexer in, int ch, int count)
Object
ReadTableEntry.read(Lexer in, int ch, int count)
Object
Object
Read a "command" - a top-level expression or declaration.
int
Reads a C-style String escape sequence.
int
Object
ReaderParens.readList(LispReader lexer, int ch, int count, int close)
void
LispReader.readNestedComment(char c1, char c2)
Read a #|...|#-style comment (which may contain other nested comments).
Object
LispReader.readNumberWithRadix(int previous, LispReader reader, int radix)
Read a number from a LispReader
Object
Object
SimpleVector
Object
Object
LispReader.readValues(int ch, ReadTable rtable)
Object
LispReader.readValues(int ch, ReadTableEntry entry, ReadTable rtable)
May return zero or multiple values.
FVector
ReaderVector.readVector(LispReader lexer, LineBufferedReader port, int count, char close)

Uses in package gnu.kawa.xslt

Methods which throw type gnu.text.SyntaxException

boolean
XSLT.parse(Compilation comp, int options)

Uses in package gnu.q2.lang

Methods which throw type gnu.text.SyntaxException

Object
Read a "command" - a top-level expression or declaration.
Object
Q2Read.readCommand(boolean forceList)
Object

Uses in package gnu.text

Methods which throw type gnu.text.SyntaxException

void
Lexer.eofError(String msg)
void
Lexer.eofError(String message, int startLine, int startColumn)
void
Lexer.fatal(String message)

Uses in package gnu.xquery.lang

Methods which throw type gnu.text.SyntaxException

Expression
XQParser.declError(String message)
void
XQParser.eofError(String msg)
void
XQParser.fatal(String msg, String code)
void
XQParser.getDelimited(String delimiter)
Scan until a given delimiter.
Expression
Parse an expression.
boolean
XQuery.parse(Compilation tr, int options)
Expression
Expression
Expression
XQParser.parseFLWRInner(boolean isFor)
Parse a let- or a for-expression.
Expression
XQParser.parseFunctionDefinition(int declLine, int declColumn)
Expression
Expression
Expression
Expression
XQParser.parseNamedNodeType(boolean attribute)
Expression
Parse: ["as" SequenceType]
Expression
XQParser.parseQuantifiedExpr(boolean isEvery)
Parse a some- or an every-expression.
Object
Parse a Variable.
Declaration
Object
Expression
XQParser.syntaxError(String message)
Expression
XQParser.syntaxError(String message, String code)
Handle syntax errors (at rewrite time).

Uses in package kawa.lang

Methods which throw type gnu.text.SyntaxException

Compilation
CompileFile.read(String name, SourceMessages messages)
Compilation

Uses in package kawa.standard

Methods which throw type gnu.text.SyntaxException

void
void
load.loadSource(InPort port, Environment env, URL url)