Lines Matching defs:class

36 		this.endingTokens.put(AnonymousClassDeclaration.class, new int[]{TerminalTokens.TokenNameRBRACE});  in this.endingTokens.put()
37 this.endingTokens.put(ArrayAccess.class, new int[]{TerminalTokens.TokenNameRBRACKET}); in this.endingTokens.put()
38 this.endingTokens.put(ArrayCreation.class, new int[]{NOTHING, TerminalTokens.TokenNameRBRACKET}); in this.endingTokens.put()
39 this.endingTokens.put(ArrayInitializer.class, new int[]{TerminalTokens.TokenNameRBRACE}); in this.endingTokens.put()
40 this.endingTokens.put(ArrayType.class, new int[]{TerminalTokens.TokenNameRBRACKET}); in this.endingTokens.put()
41 this.endingTokens.put(AssertStatement.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
42 this.endingTokens.put(Block.class, new int[]{TerminalTokens.TokenNameRBRACE}); in this.endingTokens.put()
43 …this.endingTokens.put(BooleanLiteral.class, new int[]{TerminalTokens.TokenNamefalse, TerminalToken… in this.endingTokens.put()
44 this.endingTokens.put(BreakStatement.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
45 …this.endingTokens.put(CharacterLiteral.class, new int[]{TerminalTokens.TokenNameCharacterLiteral}); in this.endingTokens.put()
46 …this.endingTokens.put(ClassInstanceCreation.class, new int[]{TerminalTokens.TokenNameRBRACE, Termi… in this.endingTokens.put()
47 this.endingTokens.put(ConstructorInvocation.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
48 this.endingTokens.put(ContinueStatement.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
49 this.endingTokens.put(DoStatement.class, new int[]{TerminalTokens.TokenNameRPAREN}); in this.endingTokens.put()
50 this.endingTokens.put(EmptyStatement.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
51 this.endingTokens.put(ExpressionStatement.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
52 this.endingTokens.put(FieldDeclaration.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
53 this.endingTokens.put(ImportDeclaration.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
54 this.endingTokens.put(Initializer.class, new int[]{TerminalTokens.TokenNameRBRACE}); in this.endingTokens.put()
55 …this.endingTokens.put(MethodDeclaration.class, new int[]{NOTHING, TerminalTokens.TokenNameSEMICOLO… in this.endingTokens.put()
56 this.endingTokens.put(MethodInvocation.class, new int[]{TerminalTokens.TokenNameRPAREN}); in this.endingTokens.put()
57 this.endingTokens.put(ModuleDeclaration.class, new int[]{TerminalTokens.TokenNameRBRACE}); in this.endingTokens.put()
58 this.endingTokens.put(ModuleDirective.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
59 this.endingTokens.put(NullLiteral.class, new int[]{TerminalTokens.TokenNamenull}); in this.endingTokens.put()
60 …this.endingTokens.put(NumberLiteral.class, new int[]{TerminalTokens.TokenNameIntegerLiteral, Termi… in this.endingTokens.put()
61 this.endingTokens.put(PackageDeclaration.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
62 this.endingTokens.put(ParenthesizedExpression.class, new int[]{TerminalTokens.TokenNameRPAREN}); in this.endingTokens.put()
63 …this.endingTokens.put(PostfixExpression.class, new int[]{TerminalTokens.TokenNamePLUS_PLUS, Termin… in this.endingTokens.put()
64 …this.endingTokens.put(PrimitiveType.class, new int[]{TerminalTokens.TokenNamebyte, TerminalTokens.… in this.endingTokens.put()
65 this.endingTokens.put(ReturnStatement.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
66 this.endingTokens.put(SimpleName.class, new int[]{TerminalTokens.TokenNameIdentifier}); in this.endingTokens.put()
67 …this.endingTokens.put(SingleVariableDeclaration.class, new int[]{TerminalTokens.TokenNameSEMICOLON… in this.endingTokens.put()
68 this.endingTokens.put(StringLiteral.class, new int[]{TerminalTokens.TokenNameStringLiteral}); in this.endingTokens.put()
69 …this.endingTokens.put(SuperConstructorInvocation.class, new int[]{TerminalTokens.TokenNameSEMICOLO… in this.endingTokens.put()
70 this.endingTokens.put(SuperMethodInvocation.class, new int[]{TerminalTokens.TokenNameRPAREN}); in this.endingTokens.put()
71 this.endingTokens.put(SwitchCase.class, new int[]{TerminalTokens.TokenNameCOLON}); in this.endingTokens.put()
72 this.endingTokens.put(SwitchStatement.class, new int[]{TerminalTokens.TokenNameRBRACE}); in this.endingTokens.put()
73 this.endingTokens.put(SynchronizedStatement.class, new int[]{TerminalTokens.TokenNameRBRACE}); in this.endingTokens.put()
74 this.endingTokens.put(ThisExpression.class, new int[]{TerminalTokens.TokenNamethis}); in this.endingTokens.put()
75 this.endingTokens.put(ThrowStatement.class, new int[]{TerminalTokens.TokenNameSEMICOLON}); in this.endingTokens.put()
76 this.endingTokens.put(TypeDeclaration.class, new int[]{TerminalTokens.TokenNameRBRACE}); in this.endingTokens.put()
77 this.endingTokens.put(TypeLiteral.class, new int[]{TerminalTokens.TokenNameclass}); in this.endingTokens.put()
78 …this.endingTokens.put(VariableDeclarationStatement.class, new int[]{TerminalTokens.TokenNameSEMICO… in this.endingTokens.put()