Uses of Class
org.glassfish.rmic.tools.java.SyntaxError
Packages that use SyntaxError
-
Uses of SyntaxError in org.glassfish.rmic.tools.java
Methods in org.glassfish.rmic.tools.java that throw SyntaxErrorModifier and TypeMethodDescriptionprotected voidParser.expect(int t) Expect a token, return its value, scan the next token or throw an exception.protected TypeParser.parseArrayBrackets(Type t) Parse the tail of a type expression, which might be array brackets.protected ExpressionParser.parseBinaryExpression(Expression e) Given a left-hand term, parse an operator and right-hand term.protected StatementParser.parseBlockStatement()protected voidParser.parseClass()Parse a top-level class or interface declaration.protected ClassDefinitionParser.parseClassBody(IdentifierToken nm, int mod, int ctx, String doc, Vector<IdentifierToken> ext, Vector<IdentifierToken> impl, long p) Parse the body of a class or interface declaration, starting at the left brace.protected StatementParser.parseDeclaration(long p, int mod, Expression type) Parse declaration, called after the type expression has been parsed and the current token is IDENT.protected ExpressionParser.parseExpression()Parse an expression.protected voidParser.parseField()Parse a field.protected IdentifierParser.parseIdentifier(boolean star) Deprecated.protected voidParser.parseInheritance(Vector<IdentifierToken> ext, Vector<IdentifierToken> impl) protected StatementParser.parseLocalClass(int mod) Parse a block-local class or interface declaration.protected ExpressionParser.parseMethodExpression(Expression e, Identifier id) Parse a method invocation.protected IdentifierTokenParser.parseName(boolean star) Parse an identifier. ie: a.b.c returns "a.b.c" If star is true then "a.b.*" is allowed.protected ClassDefinitionParser.parseNamedClass(int mod, int ctx, String doc) Parse a named class or interface declaration, starting at "class" or "interface".protected ExpressionParser.parseNewInstanceExpression(long p, Expression outerArg, Expression type) Parse a new instance expression.protected StatementParser.parseStatement()Parse a statement.protected ExpressionParser.parseTerm()Parse a primary expression.protected TypeParser.parseType()Parse a type expression, this results in a Type.protected ExpressionParser.parseTypeExpression()Parse a type expression.protected voidParser.recoverField(ClassDefinition newClass) Recover after a syntax error in a field.protected booleanParser.recoverStatement()Recover after a syntax error in a statement.