id
stringlengths
36
36
text
stringlengths
1
1.25M
394f6db8-73bf-4980-ac83-484b326a71f0
public void setCustomCurrency5(crmondemand.xml.customobject6.query.QueryType customCurrency5) { this.customCurrency5 = customCurrency5; }
41668e00-a912-4c45-9dfe-1ea2a766fdab
public crmondemand.xml.customobject3.query.QueryType getCustomPickList61() { return this.customPickList61; }
3c02b2f5-1f5e-4404-8272-be539cd7b9d4
public void setOpportunityStatus(java.lang.String opportunityStatus) { this.opportunityStatus = opportunityStatus; }
7f71f1a5-a349-4524-bcce-7aa41ecd0ec3
public MapView( DrawingEditor editor, Game game ) { super(editor, "hotciv-background" ); this.game = game; }
6cbed6a0-1e7e-4a99-b974-9174ed91d619
public Builder mergeFrom(com.google.protobuf.Message other) { if (other instanceof JSystemPiqi.system_request) { return mergeFrom((JSystemPiqi.system_request)other); } else { super.mergeFrom(other); return this; } }
16452382-3d44-41ee-a836-011882a3e951
public void Moved() { move_count++; }
15b5e43b-5965-4373-8c4c-9e72adbd0b7a
private static int getStartingFile(String san) { int max = Math.max(2, san.length()); for (int i = 0; i < max; i++) { char c = san.charAt(i); if (c >= 'a' && c <= 'h') { return c - 'a'; } } return -1; }
3d1a4376-16bd-46a5-abc7-5003f75d8db7
public crmondemand.xml.customobject6.query.QueryType getContactId() { return this.contactId; }
46c2d60c-1a82-430b-a2d0-985e1def7cc9
public void setCustomInteger23(crmondemand.xml.contact.query.QueryType customInteger23) { this.customInteger23 = customInteger23; }
4ae9f5f8-44ef-480a-bed6-08364b25b6f6
public void setCustomPickList13(java.lang.String customPickList13) { this.customPickList13 = customPickList13; }
f0017183-cec5-45ad-b1fa-d4442d25510c
public crmondemand.xml.opportunity.query.QueryType getProductInterest() { return this.productInterest; }
8e71056d-c35a-43a2-a400-01f012c0d9d5
public void setObjectiveStatus(java.lang.String objectiveStatus) { this.objectiveStatus = objectiveStatus; }
c2f4fe37-181b-437d-af5c-3e54a6dbf1c1
public crmondemand.xml.contact.query.QueryType getCustomDate6() { return this.customDate6; }
1ac046a2-da6a-489f-8f06-e982fe2c329f
public void setCustomPhone7(java.lang.String customPhone7) { this.customPhone7 = customPhone7; }
0ed68255-5e4b-4827-9171-74bf2d3e9cd7
public java.util.Calendar getCustomDate37() { return this.customDate37; }
a3a3b36f-9c5c-4401-9e3d-e47d9f112d37
public void setPolicyTerm(crmondemand.xml.customobject3.query.QueryType policyTerm) { this.policyTerm = policyTerm; }
15e384bf-e46b-456e-96a6-1af5e635bd4a
public static void main(String[] args) { Detector3 r1=new Detector3(); while (true) { r1.server(); } }
fb435259-dc02-4470-8b18-ec1a8a7b4683
public void setPlanItemRelationId(java.lang.String planItemRelationId) { this.planItemRelationId = planItemRelationId; }
d2e0e9d7-4c32-4f34-811e-afda30157199
public crmondemand.xml.customobject6.query.QueryType getCustomText63() { return this.customText63; }
05a5393b-3351-487b-aa91-e0f1b552ced1
public void setCustomObject2Id(java.lang.String customObject2Id) { this.customObject2Id = customObject2Id; }
7b3241df-8f1d-49d0-a5f0-febcce01f25d
public crmondemand.xml.customobject3.query.QueryType getCustomText63() { return this.customText63; }
b78788f3-5368-49ac-a9f9-6708f0933883
public java.lang.String getOrderNumber() { return this.orderNumber; }
583f7b58-867b-4ca5-9095-6ced5526d16e
public void setZCustomText49(crmondemand.xml.customobject6.query.QueryType zCustomText49) { this.zCustomText49 = zCustomText49; }
78b7c533-ddaf-427b-b13e-fc31611e2995
@Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitClassBody(this); } } public final ClassBodyContext classBody() throws RecognitionException { ClassBodyContext _localctx = new ClassBodyContext(_ctx, getState()); enterRule(_localctx, 34, RULE_classBody); int _la; try { enterOuterAlt(_localctx, 1); { setState(391); match(LBRACE); setState(395); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ABSTRACT) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << NATIVE) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SYNCHRONIZED) | (1L << TRANSIENT) | (1L << VOID) | (1L << VOLATILE) | (1L << LBRACE) | (1L << SEMI))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (Identifier - 68)) | (1L << (AT - 68)))) != 0)) { { { setState(392); classBodyDeclaration(); } } setState(397); _errHandler.sync(this); _la = _input.LA(1); } setState(398); match(RBRACE); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class InterfaceBodyContext extends ParserRuleContext { public InterfaceBodyDeclarationContext interfaceBodyDeclaration(int i) { return getRuleContext(InterfaceBodyDeclarationContext.class,i); } public List<InterfaceBodyDeclarationContext> interfaceBodyDeclaration() { return getRuleContexts(InterfaceBodyDeclarationContext.class); } public InterfaceBodyContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_interfaceBody; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterInterfaceBody(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitInterfaceBody(this); } } public final InterfaceBodyContext interfaceBody() throws RecognitionException { InterfaceBodyContext _localctx = new InterfaceBodyContext(_ctx, getState()); enterRule(_localctx, 36, RULE_interfaceBody); int _la; try { enterOuterAlt(_localctx, 1); { setState(400); match(LBRACE); setState(404); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ABSTRACT) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << NATIVE) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SYNCHRONIZED) | (1L << TRANSIENT) | (1L << VOID) | (1L << VOLATILE) | (1L << SEMI))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (Identifier - 68)) | (1L << (AT - 68)))) != 0)) { { { setState(401); interfaceBodyDeclaration(); } } setState(406); _errHandler.sync(this); _la = _input.LA(1); } setState(407); match(RBRACE); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ClassBodyDeclarationContext extends ParserRuleContext { public MemberDeclarationContext memberDeclaration() { return getRuleContext(MemberDeclarationContext.class,0); } public List<ModifierContext> modifier() { return getRuleContexts(ModifierContext.class); } public BlockContext block() { return getRuleContext(BlockContext.class,0); } public ModifierContext modifier(int i) { return getRuleContext(ModifierContext.class,i); } public ClassBodyDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_classBodyDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterClassBodyDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitClassBodyDeclaration(this); } } public final ClassBodyDeclarationContext classBodyDeclaration() throws RecognitionException { ClassBodyDeclarationContext _localctx = new ClassBodyDeclarationContext(_ctx, getState()); enterRule(_localctx, 38, RULE_classBodyDeclaration); int _la; try { int _alt; setState(421); switch ( getInterpreter().adaptivePredict(_input,36,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(409); match(SEMI); } break; case 2: enterOuterAlt(_localctx, 2); { setState(411); _la = _input.LA(1); if (_la==STATIC) { { setState(410); match(STATIC); } } setState(413); block(); } break; case 3: enterOuterAlt(_localctx, 3); { setState(417); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,35,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(414); modifier(); } } } setState(419); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,35,_ctx); } setState(420); memberDeclaration(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class MemberDeclarationContext extends ParserRuleContext { public InterfaceDeclarationContext interfaceDeclaration() { return getRuleContext(InterfaceDeclarationContext.class,0); } public AnnotationTypeDeclarationContext annotationTypeDeclaration() { return getRuleContext(AnnotationTypeDeclarationContext.class,0); } public ConstructorDeclarationContext constructorDeclaration() { return getRuleContext(ConstructorDeclarationContext.class,0); } public FieldDeclarationContext fieldDeclaration() { return getRuleContext(FieldDeclarationContext.class,0); } public EnumDeclarationContext enumDeclaration() { return getRuleContext(EnumDeclarationContext.class,0); } public GenericMethodDeclarationContext genericMethodDeclaration() { return getRuleContext(GenericMethodDeclarationContext.class,0); } public MethodDeclarationContext methodDeclaration() { return getRuleContext(MethodDeclarationContext.class,0); } public GenericConstructorDeclarationContext genericConstructorDeclaration() { return getRuleContext(GenericConstructorDeclarationContext.class,0); } public ClassDeclarationContext classDeclaration() { return getRuleContext(ClassDeclarationContext.class,0); } public MemberDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_memberDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterMemberDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitMemberDeclaration(this); } } public final MemberDeclarationContext memberDeclaration() throws RecognitionException { MemberDeclarationContext _localctx = new MemberDeclarationContext(_ctx, getState()); enterRule(_localctx, 40, RULE_memberDeclaration); try { setState(432); switch ( getInterpreter().adaptivePredict(_input,37,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(423); methodDeclaration(); } break; case 2: enterOuterAlt(_localctx, 2); { setState(424); genericMethodDeclaration(); } break; case 3: enterOuterAlt(_localctx, 3); { setState(425); fieldDeclaration(); } break; case 4: enterOuterAlt(_localctx, 4); { setState(426); constructorDeclaration(); } break; case 5: enterOuterAlt(_localctx, 5); { setState(427); genericConstructorDeclaration(); } break; case 6: enterOuterAlt(_localctx, 6); { setState(428); interfaceDeclaration(); } break; case 7: enterOuterAlt(_localctx, 7); { setState(429); annotationTypeDeclaration(); } break; case 8: enterOuterAlt(_localctx, 8); { setState(430); classDeclaration(); } break; case 9: enterOuterAlt(_localctx, 9); { setState(431); enumDeclaration(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class MethodDeclarationContext extends ParserRuleContext { public MethodBodyContext methodBody() { return getRuleContext(MethodBodyContext.class,0); } public FormalParametersContext formalParameters() { return getRuleContext(FormalParametersContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public QualifiedNameListContext qualifiedNameList() { return getRuleContext(QualifiedNameListContext.class,0); } public MethodDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_methodDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterMethodDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitMethodDeclaration(this); } } public final MethodDeclarationContext methodDeclaration() throws RecognitionException { MethodDeclarationContext _localctx = new MethodDeclarationContext(_ctx, getState()); enterRule(_localctx, 42, RULE_methodDeclaration); int _la; try { enterOuterAlt(_localctx, 1); { setState(436); switch (_input.LA(1)) { case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case SHORT: case Identifier: { setState(434); type(); } break; case VOID: { setState(435); match(VOID); } break; default: throw new NoViableAltException(this); } setState(438); match(Identifier); setState(439); formalParameters(); setState(444); _errHandler.sync(this); _la = _input.LA(1); while (_la==LBRACK) { { { setState(440); match(LBRACK); setState(441); match(RBRACK); } } setState(446); _errHandler.sync(this); _la = _input.LA(1); } setState(449); _la = _input.LA(1); if (_la==THROWS) { { setState(447); match(THROWS); setState(448); qualifiedNameList(); } } setState(453); switch (_input.LA(1)) { case LBRACE: { setState(451); methodBody(); } break; case SEMI: { setState(452); match(SEMI); } break; default: throw new NoViableAltException(this); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class GenericMethodDeclarationContext extends ParserRuleContext { public TypeParametersContext typeParameters() { return getRuleContext(TypeParametersContext.class,0); } public MethodDeclarationContext methodDeclaration() { return getRuleContext(MethodDeclarationContext.class,0); } public GenericMethodDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_genericMethodDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterGenericMethodDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitGenericMethodDeclaration(this); } } public final GenericMethodDeclarationContext genericMethodDeclaration() throws RecognitionException { GenericMethodDeclarationContext _localctx = new GenericMethodDeclarationContext(_ctx, getState()); enterRule(_localctx, 44, RULE_genericMethodDeclaration); try { enterOuterAlt(_localctx, 1); { setState(455); typeParameters(); setState(456); methodDeclaration(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ConstructorDeclarationContext extends ParserRuleContext { public FormalParametersContext formalParameters() { return getRuleContext(FormalParametersContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public ConstructorBodyContext constructorBody() { return getRuleContext(ConstructorBodyContext.class,0); } public QualifiedNameListContext qualifiedNameList() { return getRuleContext(QualifiedNameListContext.class,0); } public ConstructorDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_constructorDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterConstructorDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitConstructorDeclaration(this); } } public final ConstructorDeclarationContext constructorDeclaration() throws RecognitionException { ConstructorDeclarationContext _localctx = new ConstructorDeclarationContext(_ctx, getState()); enterRule(_localctx, 46, RULE_constructorDeclaration); int _la; try { enterOuterAlt(_localctx, 1); { setState(458); match(Identifier); setState(459); formalParameters(); setState(462); _la = _input.LA(1); if (_la==THROWS) { { setState(460); match(THROWS); setState(461); qualifiedNameList(); } } setState(464); constructorBody(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class GenericConstructorDeclarationContext extends ParserRuleContext { public TypeParametersContext typeParameters() { return getRuleContext(TypeParametersContext.class,0); } public ConstructorDeclarationContext constructorDeclaration() { return getRuleContext(ConstructorDeclarationContext.class,0); } public GenericConstructorDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_genericConstructorDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterGenericConstructorDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitGenericConstructorDeclaration(this); } } public final GenericConstructorDeclarationContext genericConstructorDeclaration() throws RecognitionException { GenericConstructorDeclarationContext _localctx = new GenericConstructorDeclarationContext(_ctx, getState()); enterRule(_localctx, 48, RULE_genericConstructorDeclaration); try { enterOuterAlt(_localctx, 1); { setState(466); typeParameters(); setState(467); constructorDeclaration(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class FieldDeclarationContext extends ParserRuleContext { public VariableDeclaratorsContext variableDeclarators() { return getRuleContext(VariableDeclaratorsContext.class,0); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public FieldDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_fieldDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterFieldDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitFieldDeclaration(this); } } public final FieldDeclarationContext fieldDeclaration() throws RecognitionException { FieldDeclarationContext _localctx = new FieldDeclarationContext(_ctx, getState()); enterRule(_localctx, 50, RULE_fieldDeclaration); try { enterOuterAlt(_localctx, 1); { setState(469); type(); setState(470); variableDeclarators(); setState(471); match(SEMI); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class InterfaceBodyDeclarationContext extends ParserRuleContext { public InterfaceMemberDeclarationContext interfaceMemberDeclaration() { return getRuleContext(InterfaceMemberDeclarationContext.class,0); } public List<ModifierContext> modifier() { return getRuleContexts(ModifierContext.class); } public ModifierContext modifier(int i) { return getRuleContext(ModifierContext.class,i); } public InterfaceBodyDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_interfaceBodyDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterInterfaceBodyDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitInterfaceBodyDeclaration(this); } } public final InterfaceBodyDeclarationContext interfaceBodyDeclaration() throws RecognitionException { InterfaceBodyDeclarationContext _localctx = new InterfaceBodyDeclarationContext(_ctx, getState()); enterRule(_localctx, 52, RULE_interfaceBodyDeclaration); try { int _alt; setState(481); switch (_input.LA(1)) { case ABSTRACT: case BOOLEAN: case BYTE: case CHAR: case CLASS: case DOUBLE: case ENUM: case FINAL: case FLOAT: case INT: case INTERFACE: case LONG: case NATIVE: case PRIVATE: case PROTECTED: case PUBLIC: case SHORT: case STATIC: case STRICTFP: case SYNCHRONIZED: case TRANSIENT: case VOID: case VOLATILE: case LT: case Identifier: case AT: enterOuterAlt(_localctx, 1); { setState(476); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,43,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(473); modifier(); } } } setState(478); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,43,_ctx); } setState(479); interfaceMemberDeclaration(); } break; case SEMI: enterOuterAlt(_localctx, 2); { setState(480); match(SEMI); } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class InterfaceMemberDeclarationContext extends ParserRuleContext { public GenericInterfaceMethodDeclarationContext genericInterfaceMethodDeclaration() { return getRuleContext(GenericInterfaceMethodDeclarationContext.class,0); } public InterfaceMethodDeclarationContext interfaceMethodDeclaration() { return getRuleContext(InterfaceMethodDeclarationContext.class,0); } public InterfaceDeclarationContext interfaceDeclaration() { return getRuleContext(InterfaceDeclarationContext.class,0); } public AnnotationTypeDeclarationContext annotationTypeDeclaration() { return getRuleContext(AnnotationTypeDeclarationContext.class,0); } public EnumDeclarationContext enumDeclaration() { return getRuleContext(EnumDeclarationContext.class,0); } public ConstDeclarationContext constDeclaration() { return getRuleContext(ConstDeclarationContext.class,0); } public ClassDeclarationContext classDeclaration() { return getRuleContext(ClassDeclarationContext.class,0); } public InterfaceMemberDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_interfaceMemberDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterInterfaceMemberDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitInterfaceMemberDeclaration(this); } } public final InterfaceMemberDeclarationContext interfaceMemberDeclaration() throws RecognitionException { InterfaceMemberDeclarationContext _localctx = new InterfaceMemberDeclarationContext(_ctx, getState()); enterRule(_localctx, 54, RULE_interfaceMemberDeclaration); try { setState(490); switch ( getInterpreter().adaptivePredict(_input,45,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(483); constDeclaration(); } break; case 2: enterOuterAlt(_localctx, 2); { setState(484); interfaceMethodDeclaration(); } break; case 3: enterOuterAlt(_localctx, 3); { setState(485); genericInterfaceMethodDeclaration(); } break; case 4: enterOuterAlt(_localctx, 4); { setState(486); interfaceDeclaration(); } break; case 5: enterOuterAlt(_localctx, 5); { setState(487); annotationTypeDeclaration(); } break; case 6: enterOuterAlt(_localctx, 6); { setState(488); classDeclaration(); } break; case 7: enterOuterAlt(_localctx, 7); { setState(489); enumDeclaration(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ConstDeclarationContext extends ParserRuleContext { public List<ConstantDeclaratorContext> constantDeclarator() { return getRuleContexts(ConstantDeclaratorContext.class); } public ConstantDeclaratorContext constantDeclarator(int i) { return getRuleContext(ConstantDeclaratorContext.class,i); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public ConstDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_constDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterConstDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitConstDeclaration(this); } } public final ConstDeclarationContext constDeclaration() throws RecognitionException { ConstDeclarationContext _localctx = new ConstDeclarationContext(_ctx, getState()); enterRule(_localctx, 56, RULE_constDeclaration); int _la; try { enterOuterAlt(_localctx, 1); { setState(492); type(); setState(493); constantDeclarator(); setState(498); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { setState(494); match(COMMA); setState(495); constantDeclarator(); } } setState(500); _errHandler.sync(this); _la = _input.LA(1); } setState(501); match(SEMI); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ConstantDeclaratorContext extends ParserRuleContext { public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public VariableInitializerContext variableInitializer() { return getRuleContext(VariableInitializerContext.class,0); } public ConstantDeclaratorContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_constantDeclarator; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterConstantDeclarator(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitConstantDeclarator(this); } } public final ConstantDeclaratorContext constantDeclarator() throws RecognitionException { ConstantDeclaratorContext _localctx = new ConstantDeclaratorContext(_ctx, getState()); enterRule(_localctx, 58, RULE_constantDeclarator); int _la; try { enterOuterAlt(_localctx, 1); { setState(503); match(Identifier); setState(508); _errHandler.sync(this); _la = _input.LA(1); while (_la==LBRACK) { { { setState(504); match(LBRACK); setState(505); match(RBRACK); } } setState(510); _errHandler.sync(this); _la = _input.LA(1); } setState(511); match(ASSIGN); setState(512); variableInitializer(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class InterfaceMethodDeclarationContext extends ParserRuleContext { public FormalParametersContext formalParameters() { return getRuleContext(FormalParametersContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public QualifiedNameListContext qualifiedNameList() { return getRuleContext(QualifiedNameListContext.class,0); } public InterfaceMethodDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_interfaceMethodDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterInterfaceMethodDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitInterfaceMethodDeclaration(this); } } public final InterfaceMethodDeclarationContext interfaceMethodDeclaration() throws RecognitionException { InterfaceMethodDeclarationContext _localctx = new InterfaceMethodDeclarationContext(_ctx, getState()); enterRule(_localctx, 60, RULE_interfaceMethodDeclaration); int _la; try { enterOuterAlt(_localctx, 1); { setState(516); switch (_input.LA(1)) { case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case SHORT: case Identifier: { setState(514); type(); } break; case VOID: { setState(515); match(VOID); } break; default: throw new NoViableAltException(this); } setState(518); match(Identifier); setState(519); formalParameters(); setState(524); _errHandler.sync(this); _la = _input.LA(1); while (_la==LBRACK) { { { setState(520); match(LBRACK); setState(521); match(RBRACK); } } setState(526); _errHandler.sync(this); _la = _input.LA(1); } setState(529); _la = _input.LA(1); if (_la==THROWS) { { setState(527); match(THROWS); setState(528); qualifiedNameList(); } } setState(531); match(SEMI); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class GenericInterfaceMethodDeclarationContext extends ParserRuleContext { public InterfaceMethodDeclarationContext interfaceMethodDeclaration() { return getRuleContext(InterfaceMethodDeclarationContext.class,0); } public TypeParametersContext typeParameters() { return getRuleContext(TypeParametersContext.class,0); } public GenericInterfaceMethodDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_genericInterfaceMethodDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterGenericInterfaceMethodDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitGenericInterfaceMethodDeclaration(this); } } public final GenericInterfaceMethodDeclarationContext genericInterfaceMethodDeclaration() throws RecognitionException { GenericInterfaceMethodDeclarationContext _localctx = new GenericInterfaceMethodDeclarationContext(_ctx, getState()); enterRule(_localctx, 62, RULE_genericInterfaceMethodDeclaration); try { enterOuterAlt(_localctx, 1); { setState(533); typeParameters(); setState(534); interfaceMethodDeclaration(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class VariableDeclaratorsContext extends ParserRuleContext { public VariableDeclaratorContext variableDeclarator(int i) { return getRuleContext(VariableDeclaratorContext.class,i); } public List<VariableDeclaratorContext> variableDeclarator() { return getRuleContexts(VariableDeclaratorContext.class); } public VariableDeclaratorsContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_variableDeclarators; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterVariableDeclarators(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitVariableDeclarators(this); } } public final VariableDeclaratorsContext variableDeclarators() throws RecognitionException { VariableDeclaratorsContext _localctx = new VariableDeclaratorsContext(_ctx, getState()); enterRule(_localctx, 64, RULE_variableDeclarators); int _la; try { enterOuterAlt(_localctx, 1); { setState(536); variableDeclarator(); setState(541); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { setState(537); match(COMMA); setState(538); variableDeclarator(); } } setState(543); _errHandler.sync(this); _la = _input.LA(1); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class VariableDeclaratorContext extends ParserRuleContext { public VariableDeclaratorIdContext variableDeclaratorId() { return getRuleContext(VariableDeclaratorIdContext.class,0); } public VariableInitializerContext variableInitializer() { return getRuleContext(VariableInitializerContext.class,0); } public VariableDeclaratorContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_variableDeclarator; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterVariableDeclarator(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitVariableDeclarator(this); } } public final VariableDeclaratorContext variableDeclarator() throws RecognitionException { VariableDeclaratorContext _localctx = new VariableDeclaratorContext(_ctx, getState()); enterRule(_localctx, 66, RULE_variableDeclarator); int _la; try { enterOuterAlt(_localctx, 1); { setState(544); variableDeclaratorId(); setState(547); _la = _input.LA(1); if (_la==ASSIGN) { { setState(545); match(ASSIGN); setState(546); variableInitializer(); } } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class VariableDeclaratorIdContext extends ParserRuleContext { public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public VariableDeclaratorIdContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_variableDeclaratorId; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterVariableDeclaratorId(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitVariableDeclaratorId(this); } } public final VariableDeclaratorIdContext variableDeclaratorId() throws RecognitionException { VariableDeclaratorIdContext _localctx = new VariableDeclaratorIdContext(_ctx, getState()); enterRule(_localctx, 68, RULE_variableDeclaratorId); int _la; try { enterOuterAlt(_localctx, 1); { setState(549); match(Identifier); setState(554); _errHandler.sync(this); _la = _input.LA(1); while (_la==LBRACK) { { { setState(550); match(LBRACK); setState(551); match(RBRACK); } } setState(556); _errHandler.sync(this); _la = _input.LA(1); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class VariableInitializerContext extends ParserRuleContext { public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public ArrayInitializerContext arrayInitializer() { return getRuleContext(ArrayInitializerContext.class,0); } public VariableInitializerContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_variableInitializer; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterVariableInitializer(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitVariableInitializer(this); } } public final VariableInitializerContext variableInitializer() throws RecognitionException { VariableInitializerContext _localctx = new VariableInitializerContext(_ctx, getState()); enterRule(_localctx, 70, RULE_variableInitializer); try { setState(559); switch (_input.LA(1)) { case LBRACE: enterOuterAlt(_localctx, 1); { setState(557); arrayInitializer(); } break; case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case NEW: case SHORT: case SUPER: case THIS: case VOID: case IntegerLiteral: case FloatingPointLiteral: case BooleanLiteral: case CharacterLiteral: case StringLiteral: case NullLiteral: case LPAREN: case LT: case BANG: case TILDE: case INC: case DEC: case ADD: case SUB: case Identifier: enterOuterAlt(_localctx, 2); { setState(558); expression(0); } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ArrayInitializerContext extends ParserRuleContext { public VariableInitializerContext variableInitializer(int i) { return getRuleContext(VariableInitializerContext.class,i); } public List<VariableInitializerContext> variableInitializer() { return getRuleContexts(VariableInitializerContext.class); } public ArrayInitializerContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_arrayInitializer; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterArrayInitializer(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitArrayInitializer(this); } } public final ArrayInitializerContext arrayInitializer() throws RecognitionException { ArrayInitializerContext _localctx = new ArrayInitializerContext(_ctx, getState()); enterRule(_localctx, 72, RULE_arrayInitializer); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { setState(561); match(LBRACE); setState(573); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN) | (1L << LBRACE))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)))) != 0)) { { setState(562); variableInitializer(); setState(567); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,55,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(563); match(COMMA); setState(564); variableInitializer(); } } } setState(569); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,55,_ctx); } setState(571); _la = _input.LA(1); if (_la==COMMA) { { setState(570); match(COMMA); } } } } setState(575); match(RBRACE); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class PackageOrTypeNameContext extends ParserRuleContext { public QualifiedNameContext qualifiedName() { return getRuleContext(QualifiedNameContext.class,0); } public PackageOrTypeNameContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_packageOrTypeName; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterPackageOrTypeName(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitPackageOrTypeName(this); } } public final PackageOrTypeNameContext packageOrTypeName() throws RecognitionException { PackageOrTypeNameContext _localctx = new PackageOrTypeNameContext(_ctx, getState()); enterRule(_localctx, 74, RULE_packageOrTypeName); try { enterOuterAlt(_localctx, 1); { setState(577); qualifiedName(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class EnumConstantNameContext extends ParserRuleContext { public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public EnumConstantNameContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_enumConstantName; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterEnumConstantName(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitEnumConstantName(this); } } public final EnumConstantNameContext enumConstantName() throws RecognitionException { EnumConstantNameContext _localctx = new EnumConstantNameContext(_ctx, getState()); enterRule(_localctx, 76, RULE_enumConstantName); try { enterOuterAlt(_localctx, 1); { setState(579); match(Identifier); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class TypeNameContext extends ParserRuleContext { public QualifiedNameContext qualifiedName() { return getRuleContext(QualifiedNameContext.class,0); } public TypeNameContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_typeName; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterTypeName(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitTypeName(this); } } public final TypeNameContext typeName() throws RecognitionException { TypeNameContext _localctx = new TypeNameContext(_ctx, getState()); enterRule(_localctx, 78, RULE_typeName); try { enterOuterAlt(_localctx, 1); { setState(581); qualifiedName(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class TypeContext extends ParserRuleContext { public PrimitiveTypeContext primitiveType() { return getRuleContext(PrimitiveTypeContext.class,0); } public ClassOrInterfaceTypeContext classOrInterfaceType() { return getRuleContext(ClassOrInterfaceTypeContext.class,0); } public TypeContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_type; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterType(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitType(this); } } public final TypeContext type() throws RecognitionException { TypeContext _localctx = new TypeContext(_ctx, getState()); enterRule(_localctx, 80, RULE_type); try { int _alt; setState(599); switch (_input.LA(1)) { case Identifier: enterOuterAlt(_localctx, 1); { setState(583); classOrInterfaceType(); setState(588); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,58,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(584); match(LBRACK); setState(585); match(RBRACK); } } } setState(590); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,58,_ctx); } } break; case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case SHORT: enterOuterAlt(_localctx, 2); { setState(591); primitiveType(); setState(596); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,59,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(592); match(LBRACK); setState(593); match(RBRACK); } } } setState(598); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,59,_ctx); } } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ClassOrInterfaceTypeContext extends ParserRuleContext { public TypeArgumentsContext typeArguments(int i) { return getRuleContext(TypeArgumentsContext.class,i); } public TerminalNode Identifier(int i) { return getToken(JavaParser.Identifier, i); } public List<TerminalNode> Identifier() { return getTokens(JavaParser.Identifier); } public List<TypeArgumentsContext> typeArguments() { return getRuleContexts(TypeArgumentsContext.class); } public ClassOrInterfaceTypeContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_classOrInterfaceType; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterClassOrInterfaceType(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitClassOrInterfaceType(this); } } public final ClassOrInterfaceTypeContext classOrInterfaceType() throws RecognitionException { ClassOrInterfaceTypeContext _localctx = new ClassOrInterfaceTypeContext(_ctx, getState()); enterRule(_localctx, 82, RULE_classOrInterfaceType); try { int _alt; enterOuterAlt(_localctx, 1); { setState(601); match(Identifier); setState(603); switch ( getInterpreter().adaptivePredict(_input,61,_ctx) ) { case 1: { setState(602); typeArguments(); } break; } setState(612); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,63,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(605); match(DOT); setState(606); match(Identifier); setState(608); switch ( getInterpreter().adaptivePredict(_input,62,_ctx) ) { case 1: { setState(607); typeArguments(); } break; } } } } setState(614); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,63,_ctx); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class PrimitiveTypeContext extends ParserRuleContext { public PrimitiveTypeContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_primitiveType; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterPrimitiveType(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitPrimitiveType(this); } } public final PrimitiveTypeContext primitiveType() throws RecognitionException { PrimitiveTypeContext _localctx = new PrimitiveTypeContext(_ctx, getState()); enterRule(_localctx, 84, RULE_primitiveType); int _la; try { enterOuterAlt(_localctx, 1); { setState(615); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << SHORT))) != 0)) ) { _errHandler.recoverInline(this); } consume(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class TypeArgumentsContext extends ParserRuleContext { public List<TypeArgumentContext> typeArgument() { return getRuleContexts(TypeArgumentContext.class); } public TypeArgumentContext typeArgument(int i) { return getRuleContext(TypeArgumentContext.class,i); } public TypeArgumentsContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_typeArguments; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterTypeArguments(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitTypeArguments(this); } } public final TypeArgumentsContext typeArguments() throws RecognitionException { TypeArgumentsContext _localctx = new TypeArgumentsContext(_ctx, getState()); enterRule(_localctx, 86, RULE_typeArguments); int _la; try { enterOuterAlt(_localctx, 1); { setState(617); match(LT); setState(618); typeArgument(); setState(623); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { setState(619); match(COMMA); setState(620); typeArgument(); } } setState(625); _errHandler.sync(this); _la = _input.LA(1); } setState(626); match(GT); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class TypeArgumentContext extends ParserRuleContext { public TypeContext type() { return getRuleContext(TypeContext.class,0); } public TypeArgumentContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_typeArgument; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterTypeArgument(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitTypeArgument(this); } } public final TypeArgumentContext typeArgument() throws RecognitionException { TypeArgumentContext _localctx = new TypeArgumentContext(_ctx, getState()); enterRule(_localctx, 88, RULE_typeArgument); int _la; try { setState(634); switch (_input.LA(1)) { case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case SHORT: case Identifier: enterOuterAlt(_localctx, 1); { setState(628); type(); } break; case QUESTION: enterOuterAlt(_localctx, 2); { setState(629); match(QUESTION); setState(632); _la = _input.LA(1); if (_la==EXTENDS || _la==SUPER) { { setState(630); _la = _input.LA(1); if ( !(_la==EXTENDS || _la==SUPER) ) { _errHandler.recoverInline(this); } consume(); setState(631); type(); } } } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class QualifiedNameListContext extends ParserRuleContext { public QualifiedNameContext qualifiedName(int i) { return getRuleContext(QualifiedNameContext.class,i); } public List<QualifiedNameContext> qualifiedName() { return getRuleContexts(QualifiedNameContext.class); } public QualifiedNameListContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_qualifiedNameList; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterQualifiedNameList(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitQualifiedNameList(this); } } public final QualifiedNameListContext qualifiedNameList() throws RecognitionException { QualifiedNameListContext _localctx = new QualifiedNameListContext(_ctx, getState()); enterRule(_localctx, 90, RULE_qualifiedNameList); int _la; try { enterOuterAlt(_localctx, 1); { setState(636); qualifiedName(); setState(641); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { setState(637); match(COMMA); setState(638); qualifiedName(); } } setState(643); _errHandler.sync(this); _la = _input.LA(1); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class FormalParametersContext extends ParserRuleContext { public FormalParameterListContext formalParameterList() { return getRuleContext(FormalParameterListContext.class,0); } public FormalParametersContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_formalParameters; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterFormalParameters(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitFormalParameters(this); } } public final FormalParametersContext formalParameters() throws RecognitionException { FormalParametersContext _localctx = new FormalParametersContext(_ctx, getState()); enterRule(_localctx, 92, RULE_formalParameters); int _la; try { enterOuterAlt(_localctx, 1); { setState(644); match(LPAREN); setState(646); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << SHORT))) != 0) || _la==Identifier || _la==AT) { { setState(645); formalParameterList(); } } setState(648); match(RPAREN); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class FormalParameterListContext extends ParserRuleContext { public List<FormalParameterContext> formalParameter() { return getRuleContexts(FormalParameterContext.class); } public LastFormalParameterContext lastFormalParameter() { return getRuleContext(LastFormalParameterContext.class,0); } public FormalParameterContext formalParameter(int i) { return getRuleContext(FormalParameterContext.class,i); } public FormalParameterListContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_formalParameterList; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterFormalParameterList(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitFormalParameterList(this); } } public final FormalParameterListContext formalParameterList() throws RecognitionException { FormalParameterListContext _localctx = new FormalParameterListContext(_ctx, getState()); enterRule(_localctx, 94, RULE_formalParameterList); int _la; try { int _alt; setState(663); switch ( getInterpreter().adaptivePredict(_input,71,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(650); formalParameter(); setState(655); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,69,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(651); match(COMMA); setState(652); formalParameter(); } } } setState(657); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,69,_ctx); } setState(660); _la = _input.LA(1); if (_la==COMMA) { { setState(658); match(COMMA); setState(659); lastFormalParameter(); } } } break; case 2: enterOuterAlt(_localctx, 2); { setState(662); lastFormalParameter(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class FormalParameterContext extends ParserRuleContext { public List<VariableModifierContext> variableModifier() { return getRuleContexts(VariableModifierContext.class); } public VariableModifierContext variableModifier(int i) { return getRuleContext(VariableModifierContext.class,i); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public VariableDeclaratorIdContext variableDeclaratorId() { return getRuleContext(VariableDeclaratorIdContext.class,0); } public FormalParameterContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_formalParameter; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterFormalParameter(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitFormalParameter(this); } } public final FormalParameterContext formalParameter() throws RecognitionException { FormalParameterContext _localctx = new FormalParameterContext(_ctx, getState()); enterRule(_localctx, 96, RULE_formalParameter); int _la; try { enterOuterAlt(_localctx, 1); { setState(668); _errHandler.sync(this); _la = _input.LA(1); while (_la==FINAL || _la==AT) { { { setState(665); variableModifier(); } } setState(670); _errHandler.sync(this); _la = _input.LA(1); } setState(671); type(); setState(672); variableDeclaratorId(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class LastFormalParameterContext extends ParserRuleContext { public List<VariableModifierContext> variableModifier() { return getRuleContexts(VariableModifierContext.class); } public VariableModifierContext variableModifier(int i) { return getRuleContext(VariableModifierContext.class,i); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public VariableDeclaratorIdContext variableDeclaratorId() { return getRuleContext(VariableDeclaratorIdContext.class,0); } public LastFormalParameterContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_lastFormalParameter; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterLastFormalParameter(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitLastFormalParameter(this); } } public final LastFormalParameterContext lastFormalParameter() throws RecognitionException { LastFormalParameterContext _localctx = new LastFormalParameterContext(_ctx, getState()); enterRule(_localctx, 98, RULE_lastFormalParameter); int _la; try { enterOuterAlt(_localctx, 1); { setState(677); _errHandler.sync(this); _la = _input.LA(1); while (_la==FINAL || _la==AT) { { { setState(674); variableModifier(); } } setState(679); _errHandler.sync(this); _la = _input.LA(1); } setState(680); type(); setState(681); match(ELLIPSIS); setState(682); variableDeclaratorId(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class MethodBodyContext extends ParserRuleContext { public BlockContext block() { return getRuleContext(BlockContext.class,0); } public MethodBodyContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_methodBody; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterMethodBody(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitMethodBody(this); } } public final MethodBodyContext methodBody() throws RecognitionException { MethodBodyContext _localctx = new MethodBodyContext(_ctx, getState()); enterRule(_localctx, 100, RULE_methodBody); try { enterOuterAlt(_localctx, 1); { setState(684); block(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ConstructorBodyContext extends ParserRuleContext { public BlockContext block() { return getRuleContext(BlockContext.class,0); } public ConstructorBodyContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_constructorBody; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterConstructorBody(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitConstructorBody(this); } } public final ConstructorBodyContext constructorBody() throws RecognitionException { ConstructorBodyContext _localctx = new ConstructorBodyContext(_ctx, getState()); enterRule(_localctx, 102, RULE_constructorBody); try { enterOuterAlt(_localctx, 1); { setState(686); block(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class QualifiedNameContext extends ParserRuleContext { public TerminalNode Identifier(int i) { return getToken(JavaParser.Identifier, i); } public List<TerminalNode> Identifier() { return getTokens(JavaParser.Identifier); } public QualifiedNameContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_qualifiedName; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterQualifiedName(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitQualifiedName(this); } } public final QualifiedNameContext qualifiedName() throws RecognitionException { QualifiedNameContext _localctx = new QualifiedNameContext(_ctx, getState()); enterRule(_localctx, 104, RULE_qualifiedName); try { int _alt; enterOuterAlt(_localctx, 1); { setState(688); match(Identifier); setState(693); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,74,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(689); match(DOT); setState(690); match(Identifier); } } } setState(695); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,74,_ctx); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class LiteralContext extends ParserRuleContext { public TerminalNode CharacterLiteral() { return getToken(JavaParser.CharacterLiteral, 0); } public TerminalNode IntegerLiteral() { return getToken(JavaParser.IntegerLiteral, 0); } public TerminalNode StringLiteral() { return getToken(JavaParser.StringLiteral, 0); } public TerminalNode FloatingPointLiteral() { return getToken(JavaParser.FloatingPointLiteral, 0); } public TerminalNode BooleanLiteral() { return getToken(JavaParser.BooleanLiteral, 0); } public LiteralContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_literal; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterLiteral(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitLiteral(this); } } public final LiteralContext literal() throws RecognitionException { LiteralContext _localctx = new LiteralContext(_ctx, getState()); enterRule(_localctx, 106, RULE_literal); int _la; try { enterOuterAlt(_localctx, 1); { setState(696); _la = _input.LA(1); if ( !((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral))) != 0)) ) { _errHandler.recoverInline(this); } consume(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationContext extends ParserRuleContext { public ElementValueContext elementValue() { return getRuleContext(ElementValueContext.class,0); } public ElementValuePairsContext elementValuePairs() { return getRuleContext(ElementValuePairsContext.class,0); } public AnnotationNameContext annotationName() { return getRuleContext(AnnotationNameContext.class,0); } public AnnotationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotation; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotation(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotation(this); } } public final AnnotationContext annotation() throws RecognitionException { AnnotationContext _localctx = new AnnotationContext(_ctx, getState()); enterRule(_localctx, 108, RULE_annotation); int _la; try { enterOuterAlt(_localctx, 1); { setState(698); match(AT); setState(699); annotationName(); setState(706); _la = _input.LA(1); if (_la==LPAREN) { { setState(700); match(LPAREN); setState(703); switch ( getInterpreter().adaptivePredict(_input,75,_ctx) ) { case 1: { setState(701); elementValuePairs(); } break; case 2: { setState(702); elementValue(); } break; } setState(705); match(RPAREN); } } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationNameContext extends ParserRuleContext { public QualifiedNameContext qualifiedName() { return getRuleContext(QualifiedNameContext.class,0); } public AnnotationNameContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotationName; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotationName(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotationName(this); } } public final AnnotationNameContext annotationName() throws RecognitionException { AnnotationNameContext _localctx = new AnnotationNameContext(_ctx, getState()); enterRule(_localctx, 110, RULE_annotationName); try { enterOuterAlt(_localctx, 1); { setState(708); qualifiedName(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ElementValuePairsContext extends ParserRuleContext { public List<ElementValuePairContext> elementValuePair() { return getRuleContexts(ElementValuePairContext.class); } public ElementValuePairContext elementValuePair(int i) { return getRuleContext(ElementValuePairContext.class,i); } public ElementValuePairsContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_elementValuePairs; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterElementValuePairs(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitElementValuePairs(this); } } public final ElementValuePairsContext elementValuePairs() throws RecognitionException { ElementValuePairsContext _localctx = new ElementValuePairsContext(_ctx, getState()); enterRule(_localctx, 112, RULE_elementValuePairs); int _la; try { enterOuterAlt(_localctx, 1); { setState(710); elementValuePair(); setState(715); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { setState(711); match(COMMA); setState(712); elementValuePair(); } } setState(717); _errHandler.sync(this); _la = _input.LA(1); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ElementValuePairContext extends ParserRuleContext { public ElementValueContext elementValue() { return getRuleContext(ElementValueContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public ElementValuePairContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_elementValuePair; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterElementValuePair(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitElementValuePair(this); } } public final ElementValuePairContext elementValuePair() throws RecognitionException { ElementValuePairContext _localctx = new ElementValuePairContext(_ctx, getState()); enterRule(_localctx, 114, RULE_elementValuePair); try { enterOuterAlt(_localctx, 1); { setState(718); match(Identifier); setState(719); match(ASSIGN); setState(720); elementValue(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ElementValueContext extends ParserRuleContext { public ElementValueArrayInitializerContext elementValueArrayInitializer() { return getRuleContext(ElementValueArrayInitializerContext.class,0); } public AnnotationContext annotation() { return getRuleContext(AnnotationContext.class,0); } public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public ElementValueContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_elementValue; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterElementValue(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitElementValue(this); } } public final ElementValueContext elementValue() throws RecognitionException { ElementValueContext _localctx = new ElementValueContext(_ctx, getState()); enterRule(_localctx, 116, RULE_elementValue); try { setState(725); switch (_input.LA(1)) { case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case NEW: case SHORT: case SUPER: case THIS: case VOID: case IntegerLiteral: case FloatingPointLiteral: case BooleanLiteral: case CharacterLiteral: case StringLiteral: case NullLiteral: case LPAREN: case LT: case BANG: case TILDE: case INC: case DEC: case ADD: case SUB: case Identifier: enterOuterAlt(_localctx, 1); { setState(722); expression(0); } break; case AT: enterOuterAlt(_localctx, 2); { setState(723); annotation(); } break; case LBRACE: enterOuterAlt(_localctx, 3); { setState(724); elementValueArrayInitializer(); } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ElementValueArrayInitializerContext extends ParserRuleContext { public ElementValueContext elementValue(int i) { return getRuleContext(ElementValueContext.class,i); } public List<ElementValueContext> elementValue() { return getRuleContexts(ElementValueContext.class); } public ElementValueArrayInitializerContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_elementValueArrayInitializer; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterElementValueArrayInitializer(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitElementValueArrayInitializer(this); } } public final ElementValueArrayInitializerContext elementValueArrayInitializer() throws RecognitionException { ElementValueArrayInitializerContext _localctx = new ElementValueArrayInitializerContext(_ctx, getState()); enterRule(_localctx, 118, RULE_elementValueArrayInitializer); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { setState(727); match(LBRACE); setState(736); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN) | (1L << LBRACE))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)) | (1L << (AT - 68)))) != 0)) { { setState(728); elementValue(); setState(733); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,79,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(729); match(COMMA); setState(730); elementValue(); } } } setState(735); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,79,_ctx); } } } setState(739); _la = _input.LA(1); if (_la==COMMA) { { setState(738); match(COMMA); } } setState(741); match(RBRACE); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationTypeDeclarationContext extends ParserRuleContext { public AnnotationTypeBodyContext annotationTypeBody() { return getRuleContext(AnnotationTypeBodyContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public AnnotationTypeDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotationTypeDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotationTypeDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotationTypeDeclaration(this); } } public final AnnotationTypeDeclarationContext annotationTypeDeclaration() throws RecognitionException { AnnotationTypeDeclarationContext _localctx = new AnnotationTypeDeclarationContext(_ctx, getState()); enterRule(_localctx, 120, RULE_annotationTypeDeclaration); try { enterOuterAlt(_localctx, 1); { setState(743); match(AT); setState(744); match(INTERFACE); setState(745); match(Identifier); setState(746); annotationTypeBody(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationTypeBodyContext extends ParserRuleContext { public List<AnnotationTypeElementDeclarationContext> annotationTypeElementDeclaration() { return getRuleContexts(AnnotationTypeElementDeclarationContext.class); } public AnnotationTypeElementDeclarationContext annotationTypeElementDeclaration(int i) { return getRuleContext(AnnotationTypeElementDeclarationContext.class,i); } public AnnotationTypeBodyContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotationTypeBody; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotationTypeBody(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotationTypeBody(this); } } public final AnnotationTypeBodyContext annotationTypeBody() throws RecognitionException { AnnotationTypeBodyContext _localctx = new AnnotationTypeBodyContext(_ctx, getState()); enterRule(_localctx, 122, RULE_annotationTypeBody); int _la; try { enterOuterAlt(_localctx, 1); { setState(748); match(LBRACE); setState(752); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ABSTRACT) | (1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << NATIVE) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SYNCHRONIZED) | (1L << TRANSIENT) | (1L << VOLATILE) | (1L << SEMI))) != 0) || _la==Identifier || _la==AT) { { { setState(749); annotationTypeElementDeclaration(); } } setState(754); _errHandler.sync(this); _la = _input.LA(1); } setState(755); match(RBRACE); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationTypeElementDeclarationContext extends ParserRuleContext { public List<ModifierContext> modifier() { return getRuleContexts(ModifierContext.class); } public AnnotationTypeElementRestContext annotationTypeElementRest() { return getRuleContext(AnnotationTypeElementRestContext.class,0); } public ModifierContext modifier(int i) { return getRuleContext(ModifierContext.class,i); } public AnnotationTypeElementDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotationTypeElementDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotationTypeElementDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotationTypeElementDeclaration(this); } } public final AnnotationTypeElementDeclarationContext annotationTypeElementDeclaration() throws RecognitionException { AnnotationTypeElementDeclarationContext _localctx = new AnnotationTypeElementDeclarationContext(_ctx, getState()); enterRule(_localctx, 124, RULE_annotationTypeElementDeclaration); try { int _alt; setState(765); switch (_input.LA(1)) { case ABSTRACT: case BOOLEAN: case BYTE: case CHAR: case CLASS: case DOUBLE: case ENUM: case FINAL: case FLOAT: case INT: case INTERFACE: case LONG: case NATIVE: case PRIVATE: case PROTECTED: case PUBLIC: case SHORT: case STATIC: case STRICTFP: case SYNCHRONIZED: case TRANSIENT: case VOLATILE: case Identifier: case AT: enterOuterAlt(_localctx, 1); { setState(760); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,83,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(757); modifier(); } } } setState(762); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,83,_ctx); } setState(763); annotationTypeElementRest(); } break; case SEMI: enterOuterAlt(_localctx, 2); { setState(764); match(SEMI); } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationTypeElementRestContext extends ParserRuleContext { public InterfaceDeclarationContext interfaceDeclaration() { return getRuleContext(InterfaceDeclarationContext.class,0); } public AnnotationTypeDeclarationContext annotationTypeDeclaration() { return getRuleContext(AnnotationTypeDeclarationContext.class,0); } public AnnotationMethodOrConstantRestContext annotationMethodOrConstantRest() { return getRuleContext(AnnotationMethodOrConstantRestContext.class,0); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public EnumDeclarationContext enumDeclaration() { return getRuleContext(EnumDeclarationContext.class,0); } public ClassDeclarationContext classDeclaration() { return getRuleContext(ClassDeclarationContext.class,0); } public AnnotationTypeElementRestContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotationTypeElementRest; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotationTypeElementRest(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotationTypeElementRest(this); } } public final AnnotationTypeElementRestContext annotationTypeElementRest() throws RecognitionException { AnnotationTypeElementRestContext _localctx = new AnnotationTypeElementRestContext(_ctx, getState()); enterRule(_localctx, 126, RULE_annotationTypeElementRest); try { setState(787); switch (_input.LA(1)) { case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case SHORT: case Identifier: enterOuterAlt(_localctx, 1); { setState(767); type(); setState(768); annotationMethodOrConstantRest(); setState(769); match(SEMI); } break; case CLASS: enterOuterAlt(_localctx, 2); { setState(771); classDeclaration(); setState(773); switch ( getInterpreter().adaptivePredict(_input,85,_ctx) ) { case 1: { setState(772); match(SEMI); } break; } } break; case INTERFACE: enterOuterAlt(_localctx, 3); { setState(775); interfaceDeclaration(); setState(777); switch ( getInterpreter().adaptivePredict(_input,86,_ctx) ) { case 1: { setState(776); match(SEMI); } break; } } break; case ENUM: enterOuterAlt(_localctx, 4); { setState(779); enumDeclaration(); setState(781); switch ( getInterpreter().adaptivePredict(_input,87,_ctx) ) { case 1: { setState(780); match(SEMI); } break; } } break; case AT: enterOuterAlt(_localctx, 5); { setState(783); annotationTypeDeclaration(); setState(785); switch ( getInterpreter().adaptivePredict(_input,88,_ctx) ) { case 1: { setState(784); match(SEMI); } break; } } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationMethodOrConstantRestContext extends ParserRuleContext { public AnnotationConstantRestContext annotationConstantRest() { return getRuleContext(AnnotationConstantRestContext.class,0); } public AnnotationMethodRestContext annotationMethodRest() { return getRuleContext(AnnotationMethodRestContext.class,0); } public AnnotationMethodOrConstantRestContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotationMethodOrConstantRest; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotationMethodOrConstantRest(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotationMethodOrConstantRest(this); } } public final AnnotationMethodOrConstantRestContext annotationMethodOrConstantRest() throws RecognitionException { AnnotationMethodOrConstantRestContext _localctx = new AnnotationMethodOrConstantRestContext(_ctx, getState()); enterRule(_localctx, 128, RULE_annotationMethodOrConstantRest); try { setState(791); switch ( getInterpreter().adaptivePredict(_input,90,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(789); annotationMethodRest(); } break; case 2: enterOuterAlt(_localctx, 2); { setState(790); annotationConstantRest(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationMethodRestContext extends ParserRuleContext { public DefaultValueContext defaultValue() { return getRuleContext(DefaultValueContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public AnnotationMethodRestContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotationMethodRest; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotationMethodRest(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotationMethodRest(this); } } public final AnnotationMethodRestContext annotationMethodRest() throws RecognitionException { AnnotationMethodRestContext _localctx = new AnnotationMethodRestContext(_ctx, getState()); enterRule(_localctx, 130, RULE_annotationMethodRest); int _la; try { enterOuterAlt(_localctx, 1); { setState(793); match(Identifier); setState(794); match(LPAREN); setState(795); match(RPAREN); setState(797); _la = _input.LA(1); if (_la==DEFAULT) { { setState(796); defaultValue(); } } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class AnnotationConstantRestContext extends ParserRuleContext { public VariableDeclaratorsContext variableDeclarators() { return getRuleContext(VariableDeclaratorsContext.class,0); } public AnnotationConstantRestContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_annotationConstantRest; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterAnnotationConstantRest(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitAnnotationConstantRest(this); } } public final AnnotationConstantRestContext annotationConstantRest() throws RecognitionException { AnnotationConstantRestContext _localctx = new AnnotationConstantRestContext(_ctx, getState()); enterRule(_localctx, 132, RULE_annotationConstantRest); try { enterOuterAlt(_localctx, 1); { setState(799); variableDeclarators(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class DefaultValueContext extends ParserRuleContext { public ElementValueContext elementValue() { return getRuleContext(ElementValueContext.class,0); } public DefaultValueContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_defaultValue; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterDefaultValue(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitDefaultValue(this); } } public final DefaultValueContext defaultValue() throws RecognitionException { DefaultValueContext _localctx = new DefaultValueContext(_ctx, getState()); enterRule(_localctx, 134, RULE_defaultValue); try { enterOuterAlt(_localctx, 1); { setState(801); match(DEFAULT); setState(802); elementValue(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class BlockContext extends ParserRuleContext { public List<BlockStatementContext> blockStatement() { return getRuleContexts(BlockStatementContext.class); } public BlockStatementContext blockStatement(int i) { return getRuleContext(BlockStatementContext.class,i); } public BlockContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_block; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterBlock(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitBlock(this); } } public final BlockContext block() throws RecognitionException { BlockContext _localctx = new BlockContext(_ctx, getState()); enterRule(_localctx, 136, RULE_block); int _la; try { enterOuterAlt(_localctx, 1); { setState(804); match(LBRACE); setState(808); _errHandler.sync(this); _la = _input.LA(1); while ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ABSTRACT) | (1L << ASSERT) | (1L << BOOLEAN) | (1L << BREAK) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << CONTINUE) | (1L << DO) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << FOR) | (1L << IF) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << NEW) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << RETURN) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SUPER) | (1L << SWITCH) | (1L << SYNCHRONIZED) | (1L << THIS) | (1L << THROW) | (1L << TRY) | (1L << VOID) | (1L << WHILE) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN) | (1L << LBRACE) | (1L << SEMI))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)) | (1L << (AT - 68)))) != 0)) { { { setState(805); blockStatement(); } } setState(810); _errHandler.sync(this); _la = _input.LA(1); } setState(811); match(RBRACE); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class BlockStatementContext extends ParserRuleContext { public StatementContext statement() { return getRuleContext(StatementContext.class,0); } public TypeDeclarationContext typeDeclaration() { return getRuleContext(TypeDeclarationContext.class,0); } public LocalVariableDeclarationStatementContext localVariableDeclarationStatement() { return getRuleContext(LocalVariableDeclarationStatementContext.class,0); } public BlockStatementContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_blockStatement; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterBlockStatement(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitBlockStatement(this); } } public final BlockStatementContext blockStatement() throws RecognitionException { BlockStatementContext _localctx = new BlockStatementContext(_ctx, getState()); enterRule(_localctx, 138, RULE_blockStatement); try { setState(816); switch ( getInterpreter().adaptivePredict(_input,93,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(813); localVariableDeclarationStatement(); } break; case 2: enterOuterAlt(_localctx, 2); { setState(814); statement(); } break; case 3: enterOuterAlt(_localctx, 3); { setState(815); typeDeclaration(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class LocalVariableDeclarationStatementContext extends ParserRuleContext { public LocalVariableDeclarationContext localVariableDeclaration() { return getRuleContext(LocalVariableDeclarationContext.class,0); } public LocalVariableDeclarationStatementContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_localVariableDeclarationStatement; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterLocalVariableDeclarationStatement(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitLocalVariableDeclarationStatement(this); } } public final LocalVariableDeclarationStatementContext localVariableDeclarationStatement() throws RecognitionException { LocalVariableDeclarationStatementContext _localctx = new LocalVariableDeclarationStatementContext(_ctx, getState()); enterRule(_localctx, 140, RULE_localVariableDeclarationStatement); try { enterOuterAlt(_localctx, 1); { setState(818); localVariableDeclaration(); setState(819); match(SEMI); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class LocalVariableDeclarationContext extends ParserRuleContext { public List<VariableModifierContext> variableModifier() { return getRuleContexts(VariableModifierContext.class); } public VariableDeclaratorsContext variableDeclarators() { return getRuleContext(VariableDeclaratorsContext.class,0); } public VariableModifierContext variableModifier(int i) { return getRuleContext(VariableModifierContext.class,i); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public LocalVariableDeclarationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_localVariableDeclaration; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterLocalVariableDeclaration(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitLocalVariableDeclaration(this); } } public final LocalVariableDeclarationContext localVariableDeclaration() throws RecognitionException { LocalVariableDeclarationContext _localctx = new LocalVariableDeclarationContext(_ctx, getState()); enterRule(_localctx, 142, RULE_localVariableDeclaration); int _la; try { enterOuterAlt(_localctx, 1); { setState(824); _errHandler.sync(this); _la = _input.LA(1); while (_la==FINAL || _la==AT) { { { setState(821); variableModifier(); } } setState(826); _errHandler.sync(this); _la = _input.LA(1); } setState(827); type(); setState(828); variableDeclarators(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class StatementContext extends ParserRuleContext { public List<StatementContext> statement() { return getRuleContexts(StatementContext.class); } public SwitchLabelContext switchLabel(int i) { return getRuleContext(SwitchLabelContext.class,i); } public ForControlContext forControl() { return getRuleContext(ForControlContext.class,0); } public List<SwitchLabelContext> switchLabel() { return getRuleContexts(SwitchLabelContext.class); } public ParExpressionContext parExpression() { return getRuleContext(ParExpressionContext.class,0); } public ResourceSpecificationContext resourceSpecification() { return getRuleContext(ResourceSpecificationContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public List<ExpressionContext> expression() { return getRuleContexts(ExpressionContext.class); } public CatchClauseContext catchClause(int i) { return getRuleContext(CatchClauseContext.class,i); } public FinallyBlockContext finallyBlock() { return getRuleContext(FinallyBlockContext.class,0); } public ExpressionContext expression(int i) { return getRuleContext(ExpressionContext.class,i); } public SwitchBlockStatementGroupContext switchBlockStatementGroup(int i) { return getRuleContext(SwitchBlockStatementGroupContext.class,i); } public StatementExpressionContext statementExpression() { return getRuleContext(StatementExpressionContext.class,0); } public List<CatchClauseContext> catchClause() { return getRuleContexts(CatchClauseContext.class); } public BlockContext block() { return getRuleContext(BlockContext.class,0); } public StatementContext statement(int i) { return getRuleContext(StatementContext.class,i); } public TerminalNode ASSERT() { return getToken(JavaParser.ASSERT, 0); } public List<SwitchBlockStatementGroupContext> switchBlockStatementGroup() { return getRuleContexts(SwitchBlockStatementGroupContext.class); } public StatementContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_statement; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterStatement(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitStatement(this); } } public final StatementContext statement() throws RecognitionException { StatementContext _localctx = new StatementContext(_ctx, getState()); enterRule(_localctx, 144, RULE_statement); int _la; try { int _alt; setState(934); switch ( getInterpreter().adaptivePredict(_input,107,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(830); block(); } break; case 2: enterOuterAlt(_localctx, 2); { setState(831); match(ASSERT); setState(832); expression(0); setState(835); _la = _input.LA(1); if (_la==COLON) { { setState(833); match(COLON); setState(834); expression(0); } } setState(837); match(SEMI); } break; case 3: enterOuterAlt(_localctx, 3); { setState(839); match(IF); setState(840); parExpression(); setState(841); statement(); setState(844); switch ( getInterpreter().adaptivePredict(_input,96,_ctx) ) { case 1: { setState(842); match(ELSE); setState(843); statement(); } break; } } break; case 4: enterOuterAlt(_localctx, 4); { setState(846); match(FOR); setState(847); match(LPAREN); setState(848); forControl(); setState(849); match(RPAREN); setState(850); statement(); } break; case 5: enterOuterAlt(_localctx, 5); { setState(852); match(WHILE); setState(853); parExpression(); setState(854); statement(); } break; case 6: enterOuterAlt(_localctx, 6); { setState(856); match(DO); setState(857); statement(); setState(858); match(WHILE); setState(859); parExpression(); setState(860); match(SEMI); } break; case 7: enterOuterAlt(_localctx, 7); { setState(862); match(TRY); setState(863); block(); setState(873); switch (_input.LA(1)) { case CATCH: { setState(865); _errHandler.sync(this); _la = _input.LA(1); do { { { setState(864); catchClause(); } } setState(867); _errHandler.sync(this); _la = _input.LA(1); } while ( _la==CATCH ); setState(870); _la = _input.LA(1); if (_la==FINALLY) { { setState(869); finallyBlock(); } } } break; case FINALLY: { setState(872); finallyBlock(); } break; default: throw new NoViableAltException(this); } } break; case 8: enterOuterAlt(_localctx, 8); { setState(875); match(TRY); setState(876); resourceSpecification(); setState(877); block(); setState(881); _errHandler.sync(this); _la = _input.LA(1); while (_la==CATCH) { { { setState(878); catchClause(); } } setState(883); _errHandler.sync(this); _la = _input.LA(1); } setState(885); _la = _input.LA(1); if (_la==FINALLY) { { setState(884); finallyBlock(); } } } break; case 9: enterOuterAlt(_localctx, 9); { setState(887); match(SWITCH); setState(888); parExpression(); setState(889); match(LBRACE); setState(893); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,102,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(890); switchBlockStatementGroup(); } } } setState(895); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,102,_ctx); } setState(899); _errHandler.sync(this); _la = _input.LA(1); while (_la==CASE || _la==DEFAULT) { { { setState(896); switchLabel(); } } setState(901); _errHandler.sync(this); _la = _input.LA(1); } setState(902); match(RBRACE); } break; case 10: enterOuterAlt(_localctx, 10); { setState(904); match(SYNCHRONIZED); setState(905); parExpression(); setState(906); block(); } break; case 11: enterOuterAlt(_localctx, 11); { setState(908); match(RETURN); setState(910); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)))) != 0)) { { setState(909); expression(0); } } setState(912); match(SEMI); } break; case 12: enterOuterAlt(_localctx, 12); { setState(913); match(THROW); setState(914); expression(0); setState(915); match(SEMI); } break; case 13: enterOuterAlt(_localctx, 13); { setState(917); match(BREAK); setState(919); _la = _input.LA(1); if (_la==Identifier) { { setState(918); match(Identifier); } } setState(921); match(SEMI); } break; case 14: enterOuterAlt(_localctx, 14); { setState(922); match(CONTINUE); setState(924); _la = _input.LA(1); if (_la==Identifier) { { setState(923); match(Identifier); } } setState(926); match(SEMI); } break; case 15: enterOuterAlt(_localctx, 15); { setState(927); match(SEMI); } break; case 16: enterOuterAlt(_localctx, 16); { setState(928); statementExpression(); setState(929); match(SEMI); } break; case 17: enterOuterAlt(_localctx, 17); { setState(931); match(Identifier); setState(932); match(COLON); setState(933); statement(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class CatchClauseContext extends ParserRuleContext { public List<VariableModifierContext> variableModifier() { return getRuleContexts(VariableModifierContext.class); } public VariableModifierContext variableModifier(int i) { return getRuleContext(VariableModifierContext.class,i); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public BlockContext block() { return getRuleContext(BlockContext.class,0); } public CatchTypeContext catchType() { return getRuleContext(CatchTypeContext.class,0); } public CatchClauseContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_catchClause; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterCatchClause(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitCatchClause(this); } } public final CatchClauseContext catchClause() throws RecognitionException { CatchClauseContext _localctx = new CatchClauseContext(_ctx, getState()); enterRule(_localctx, 146, RULE_catchClause); int _la; try { enterOuterAlt(_localctx, 1); { setState(936); match(CATCH); setState(937); match(LPAREN); setState(941); _errHandler.sync(this); _la = _input.LA(1); while (_la==FINAL || _la==AT) { { { setState(938); variableModifier(); } } setState(943); _errHandler.sync(this); _la = _input.LA(1); } setState(944); catchType(); setState(945); match(Identifier); setState(946); match(RPAREN); setState(947); block(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class CatchTypeContext extends ParserRuleContext { public QualifiedNameContext qualifiedName(int i) { return getRuleContext(QualifiedNameContext.class,i); } public List<QualifiedNameContext> qualifiedName() { return getRuleContexts(QualifiedNameContext.class); } public CatchTypeContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_catchType; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterCatchType(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitCatchType(this); } } public final CatchTypeContext catchType() throws RecognitionException { CatchTypeContext _localctx = new CatchTypeContext(_ctx, getState()); enterRule(_localctx, 148, RULE_catchType); int _la; try { enterOuterAlt(_localctx, 1); { setState(949); qualifiedName(); setState(954); _errHandler.sync(this); _la = _input.LA(1); while (_la==BITOR) { { { setState(950); match(BITOR); setState(951); qualifiedName(); } } setState(956); _errHandler.sync(this); _la = _input.LA(1); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class FinallyBlockContext extends ParserRuleContext { public BlockContext block() { return getRuleContext(BlockContext.class,0); } public FinallyBlockContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_finallyBlock; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterFinallyBlock(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitFinallyBlock(this); } } public final FinallyBlockContext finallyBlock() throws RecognitionException { FinallyBlockContext _localctx = new FinallyBlockContext(_ctx, getState()); enterRule(_localctx, 150, RULE_finallyBlock); try { enterOuterAlt(_localctx, 1); { setState(957); match(FINALLY); setState(958); block(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ResourceSpecificationContext extends ParserRuleContext { public ResourcesContext resources() { return getRuleContext(ResourcesContext.class,0); } public ResourceSpecificationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_resourceSpecification; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterResourceSpecification(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitResourceSpecification(this); } } public final ResourceSpecificationContext resourceSpecification() throws RecognitionException { ResourceSpecificationContext _localctx = new ResourceSpecificationContext(_ctx, getState()); enterRule(_localctx, 152, RULE_resourceSpecification); int _la; try { enterOuterAlt(_localctx, 1); { setState(960); match(LPAREN); setState(961); resources(); setState(963); _la = _input.LA(1); if (_la==SEMI) { { setState(962); match(SEMI); } } setState(965); match(RPAREN); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ResourcesContext extends ParserRuleContext { public List<ResourceContext> resource() { return getRuleContexts(ResourceContext.class); } public ResourceContext resource(int i) { return getRuleContext(ResourceContext.class,i); } public ResourcesContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_resources; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterResources(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitResources(this); } } public final ResourcesContext resources() throws RecognitionException { ResourcesContext _localctx = new ResourcesContext(_ctx, getState()); enterRule(_localctx, 154, RULE_resources); try { int _alt; enterOuterAlt(_localctx, 1); { setState(967); resource(); setState(972); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,111,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(968); match(SEMI); setState(969); resource(); } } } setState(974); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,111,_ctx); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ResourceContext extends ParserRuleContext { public List<VariableModifierContext> variableModifier() { return getRuleContexts(VariableModifierContext.class); } public VariableModifierContext variableModifier(int i) { return getRuleContext(VariableModifierContext.class,i); } public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public VariableDeclaratorIdContext variableDeclaratorId() { return getRuleContext(VariableDeclaratorIdContext.class,0); } public ClassOrInterfaceTypeContext classOrInterfaceType() { return getRuleContext(ClassOrInterfaceTypeContext.class,0); } public ResourceContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_resource; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterResource(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitResource(this); } } public final ResourceContext resource() throws RecognitionException { ResourceContext _localctx = new ResourceContext(_ctx, getState()); enterRule(_localctx, 156, RULE_resource); int _la; try { enterOuterAlt(_localctx, 1); { setState(978); _errHandler.sync(this); _la = _input.LA(1); while (_la==FINAL || _la==AT) { { { setState(975); variableModifier(); } } setState(980); _errHandler.sync(this); _la = _input.LA(1); } setState(981); classOrInterfaceType(); setState(982); variableDeclaratorId(); setState(983); match(ASSIGN); setState(984); expression(0); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class SwitchBlockStatementGroupContext extends ParserRuleContext { public List<BlockStatementContext> blockStatement() { return getRuleContexts(BlockStatementContext.class); } public SwitchLabelContext switchLabel(int i) { return getRuleContext(SwitchLabelContext.class,i); } public List<SwitchLabelContext> switchLabel() { return getRuleContexts(SwitchLabelContext.class); } public BlockStatementContext blockStatement(int i) { return getRuleContext(BlockStatementContext.class,i); } public SwitchBlockStatementGroupContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_switchBlockStatementGroup; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterSwitchBlockStatementGroup(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitSwitchBlockStatementGroup(this); } } public final SwitchBlockStatementGroupContext switchBlockStatementGroup() throws RecognitionException { SwitchBlockStatementGroupContext _localctx = new SwitchBlockStatementGroupContext(_ctx, getState()); enterRule(_localctx, 158, RULE_switchBlockStatementGroup); int _la; try { enterOuterAlt(_localctx, 1); { setState(987); _errHandler.sync(this); _la = _input.LA(1); do { { { setState(986); switchLabel(); } } setState(989); _errHandler.sync(this); _la = _input.LA(1); } while ( _la==CASE || _la==DEFAULT ); setState(992); _errHandler.sync(this); _la = _input.LA(1); do { { { setState(991); blockStatement(); } } setState(994); _errHandler.sync(this); _la = _input.LA(1); } while ( (((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << ABSTRACT) | (1L << ASSERT) | (1L << BOOLEAN) | (1L << BREAK) | (1L << BYTE) | (1L << CHAR) | (1L << CLASS) | (1L << CONTINUE) | (1L << DO) | (1L << DOUBLE) | (1L << ENUM) | (1L << FINAL) | (1L << FLOAT) | (1L << FOR) | (1L << IF) | (1L << INT) | (1L << INTERFACE) | (1L << LONG) | (1L << NEW) | (1L << PRIVATE) | (1L << PROTECTED) | (1L << PUBLIC) | (1L << RETURN) | (1L << SHORT) | (1L << STATIC) | (1L << STRICTFP) | (1L << SUPER) | (1L << SWITCH) | (1L << SYNCHRONIZED) | (1L << THIS) | (1L << THROW) | (1L << TRY) | (1L << VOID) | (1L << WHILE) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN) | (1L << LBRACE) | (1L << SEMI))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)) | (1L << (AT - 68)))) != 0) ); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class SwitchLabelContext extends ParserRuleContext { public ConstantExpressionContext constantExpression() { return getRuleContext(ConstantExpressionContext.class,0); } public EnumConstantNameContext enumConstantName() { return getRuleContext(EnumConstantNameContext.class,0); } public SwitchLabelContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_switchLabel; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterSwitchLabel(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitSwitchLabel(this); } } public final SwitchLabelContext switchLabel() throws RecognitionException { SwitchLabelContext _localctx = new SwitchLabelContext(_ctx, getState()); enterRule(_localctx, 160, RULE_switchLabel); try { setState(1006); switch ( getInterpreter().adaptivePredict(_input,115,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(996); match(CASE); setState(997); constantExpression(); setState(998); match(COLON); } break; case 2: enterOuterAlt(_localctx, 2); { setState(1000); match(CASE); setState(1001); enumConstantName(); setState(1002); match(COLON); } break; case 3: enterOuterAlt(_localctx, 3); { setState(1004); match(DEFAULT); setState(1005); match(COLON); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ForControlContext extends ParserRuleContext { public ForInitContext forInit() { return getRuleContext(ForInitContext.class,0); } public EnhancedForControlContext enhancedForControl() { return getRuleContext(EnhancedForControlContext.class,0); } public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public ForUpdateContext forUpdate() { return getRuleContext(ForUpdateContext.class,0); } public ForControlContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_forControl; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterForControl(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitForControl(this); } } public final ForControlContext forControl() throws RecognitionException { ForControlContext _localctx = new ForControlContext(_ctx, getState()); enterRule(_localctx, 162, RULE_forControl); int _la; try { setState(1020); switch ( getInterpreter().adaptivePredict(_input,119,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(1008); enhancedForControl(); } break; case 2: enterOuterAlt(_localctx, 2); { setState(1010); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FINAL) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)) | (1L << (AT - 68)))) != 0)) { { setState(1009); forInit(); } } setState(1012); match(SEMI); setState(1014); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)))) != 0)) { { setState(1013); expression(0); } } setState(1016); match(SEMI); setState(1018); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)))) != 0)) { { setState(1017); forUpdate(); } } } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ForInitContext extends ParserRuleContext { public ExpressionListContext expressionList() { return getRuleContext(ExpressionListContext.class,0); } public LocalVariableDeclarationContext localVariableDeclaration() { return getRuleContext(LocalVariableDeclarationContext.class,0); } public ForInitContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_forInit; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterForInit(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitForInit(this); } } public final ForInitContext forInit() throws RecognitionException { ForInitContext _localctx = new ForInitContext(_ctx, getState()); enterRule(_localctx, 164, RULE_forInit); try { setState(1024); switch ( getInterpreter().adaptivePredict(_input,120,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(1022); localVariableDeclaration(); } break; case 2: enterOuterAlt(_localctx, 2); { setState(1023); expressionList(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class EnhancedForControlContext extends ParserRuleContext { public List<VariableModifierContext> variableModifier() { return getRuleContexts(VariableModifierContext.class); } public VariableModifierContext variableModifier(int i) { return getRuleContext(VariableModifierContext.class,i); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public EnhancedForControlContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_enhancedForControl; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterEnhancedForControl(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitEnhancedForControl(this); } } public final EnhancedForControlContext enhancedForControl() throws RecognitionException { EnhancedForControlContext _localctx = new EnhancedForControlContext(_ctx, getState()); enterRule(_localctx, 166, RULE_enhancedForControl); int _la; try { enterOuterAlt(_localctx, 1); { setState(1029); _errHandler.sync(this); _la = _input.LA(1); while (_la==FINAL || _la==AT) { { { setState(1026); variableModifier(); } } setState(1031); _errHandler.sync(this); _la = _input.LA(1); } setState(1032); type(); setState(1033); match(Identifier); setState(1034); match(COLON); setState(1035); expression(0); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ForUpdateContext extends ParserRuleContext { public ExpressionListContext expressionList() { return getRuleContext(ExpressionListContext.class,0); } public ForUpdateContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_forUpdate; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterForUpdate(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitForUpdate(this); } } public final ForUpdateContext forUpdate() throws RecognitionException { ForUpdateContext _localctx = new ForUpdateContext(_ctx, getState()); enterRule(_localctx, 168, RULE_forUpdate); try { enterOuterAlt(_localctx, 1); { setState(1037); expressionList(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ParExpressionContext extends ParserRuleContext { public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public ParExpressionContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_parExpression; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterParExpression(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitParExpression(this); } } public final ParExpressionContext parExpression() throws RecognitionException { ParExpressionContext _localctx = new ParExpressionContext(_ctx, getState()); enterRule(_localctx, 170, RULE_parExpression); try { enterOuterAlt(_localctx, 1); { setState(1039); match(LPAREN); setState(1040); expression(0); setState(1041); match(RPAREN); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ExpressionListContext extends ParserRuleContext { public ExpressionContext expression(int i) { return getRuleContext(ExpressionContext.class,i); } public List<ExpressionContext> expression() { return getRuleContexts(ExpressionContext.class); } public ExpressionListContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_expressionList; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterExpressionList(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitExpressionList(this); } } public final ExpressionListContext expressionList() throws RecognitionException { ExpressionListContext _localctx = new ExpressionListContext(_ctx, getState()); enterRule(_localctx, 172, RULE_expressionList); int _la; try { enterOuterAlt(_localctx, 1); { setState(1043); expression(0); setState(1048); _errHandler.sync(this); _la = _input.LA(1); while (_la==COMMA) { { { setState(1044); match(COMMA); setState(1045); expression(0); } } setState(1050); _errHandler.sync(this); _la = _input.LA(1); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class StatementExpressionContext extends ParserRuleContext { public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public StatementExpressionContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_statementExpression; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterStatementExpression(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitStatementExpression(this); } } public final StatementExpressionContext statementExpression() throws RecognitionException { StatementExpressionContext _localctx = new StatementExpressionContext(_ctx, getState()); enterRule(_localctx, 174, RULE_statementExpression); try { enterOuterAlt(_localctx, 1); { setState(1051); expression(0); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ConstantExpressionContext extends ParserRuleContext { public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public ConstantExpressionContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_constantExpression; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterConstantExpression(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitConstantExpression(this); } } public final ConstantExpressionContext constantExpression() throws RecognitionException { ConstantExpressionContext _localctx = new ConstantExpressionContext(_ctx, getState()); enterRule(_localctx, 176, RULE_constantExpression); try { enterOuterAlt(_localctx, 1); { setState(1053); expression(0); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ExpressionContext extends ParserRuleContext { public int _p; public NonWildcardTypeArgumentsContext nonWildcardTypeArguments() { return getRuleContext(NonWildcardTypeArgumentsContext.class,0); } public ExpressionContext expression(int i) { return getRuleContext(ExpressionContext.class,i); } public ExplicitGenericInvocationContext explicitGenericInvocation() { return getRuleContext(ExplicitGenericInvocationContext.class,0); } public PrimaryContext primary() { return getRuleContext(PrimaryContext.class,0); } public ExpressionListContext expressionList() { return getRuleContext(ExpressionListContext.class,0); } public SuperSuffixContext superSuffix() { return getRuleContext(SuperSuffixContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public List<ExpressionContext> expression() { return getRuleContexts(ExpressionContext.class); } public InnerCreatorContext innerCreator() { return getRuleContext(InnerCreatorContext.class,0); } public CreatorContext creator() { return getRuleContext(CreatorContext.class,0); } public ExpressionContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } public ExpressionContext(ParserRuleContext parent, int invokingState, int _p) { super(parent, invokingState); this._p = _p; } @Override public int getRuleIndex() { return RULE_expression; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterExpression(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitExpression(this); } } public final ExpressionContext expression(int _p) throws RecognitionException { ParserRuleContext _parentctx = _ctx; int _parentState = getState(); ExpressionContext _localctx = new ExpressionContext(_ctx, _parentState, _p); ExpressionContext _prevctx = _localctx; int _startState = 178; enterRecursionRule(_localctx, RULE_expression); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { setState(1068); switch ( getInterpreter().adaptivePredict(_input,123,_ctx) ) { case 1: { setState(1056); match(LPAREN); setState(1057); type(); setState(1058); match(RPAREN); setState(1059); expression(17); } break; case 2: { setState(1061); _la = _input.LA(1); if ( !(((((_la - 79)) & ~0x3f) == 0 && ((1L << (_la - 79)) & ((1L << (INC - 79)) | (1L << (DEC - 79)) | (1L << (ADD - 79)) | (1L << (SUB - 79)))) != 0)) ) { _errHandler.recoverInline(this); } consume(); setState(1062); expression(15); } break; case 3: { setState(1063); _la = _input.LA(1); if ( !(_la==BANG || _la==TILDE) ) { _errHandler.recoverInline(this); } consume(); setState(1064); expression(14); } break; case 4: { setState(1065); primary(); } break; case 5: { setState(1066); match(NEW); setState(1067); creator(); } break; } _ctx.stop = _input.LT(-1); setState(1168); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,129,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { if ( _parseListeners!=null ) triggerExitRuleEvent(); _prevctx = _localctx; { setState(1166); switch ( getInterpreter().adaptivePredict(_input,128,_ctx) ) { case 1: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1070); if (!(13 >= _localctx._p)) throw new FailedPredicateException(this, "13 >= $_p"); setState(1071); _la = _input.LA(1); if ( !(((((_la - 83)) & ~0x3f) == 0 && ((1L << (_la - 83)) & ((1L << (MUL - 83)) | (1L << (DIV - 83)) | (1L << (MOD - 83)))) != 0)) ) { _errHandler.recoverInline(this); } consume(); setState(1072); expression(14); } break; case 2: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1073); if (!(12 >= _localctx._p)) throw new FailedPredicateException(this, "12 >= $_p"); setState(1074); _la = _input.LA(1); if ( !(_la==ADD || _la==SUB) ) { _errHandler.recoverInline(this); } consume(); setState(1075); expression(13); } break; case 3: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1076); if (!(11 >= _localctx._p)) throw new FailedPredicateException(this, "11 >= $_p"); setState(1084); switch ( getInterpreter().adaptivePredict(_input,124,_ctx) ) { case 1: { setState(1077); match(LT); setState(1078); match(LT); } break; case 2: { setState(1079); match(GT); setState(1080); match(GT); setState(1081); match(GT); } break; case 3: { setState(1082); match(GT); setState(1083); match(GT); } break; } setState(1086); expression(12); } break; case 4: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1087); if (!(10 >= _localctx._p)) throw new FailedPredicateException(this, "10 >= $_p"); setState(1088); _la = _input.LA(1); if ( !(((((_la - 67)) & ~0x3f) == 0 && ((1L << (_la - 67)) & ((1L << (GT - 67)) | (1L << (LT - 67)) | (1L << (LE - 67)) | (1L << (GE - 67)))) != 0)) ) { _errHandler.recoverInline(this); } consume(); setState(1089); expression(11); } break; case 5: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1090); if (!(8 >= _localctx._p)) throw new FailedPredicateException(this, "8 >= $_p"); setState(1091); _la = _input.LA(1); if ( !(_la==EQUAL || _la==NOTEQUAL) ) { _errHandler.recoverInline(this); } consume(); setState(1092); expression(9); } break; case 6: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1093); if (!(7 >= _localctx._p)) throw new FailedPredicateException(this, "7 >= $_p"); setState(1094); match(BITAND); setState(1095); expression(8); } break; case 7: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1096); if (!(6 >= _localctx._p)) throw new FailedPredicateException(this, "6 >= $_p"); setState(1097); match(CARET); setState(1098); expression(7); } break; case 8: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1099); if (!(5 >= _localctx._p)) throw new FailedPredicateException(this, "5 >= $_p"); setState(1100); match(BITOR); setState(1101); expression(6); } break; case 9: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1102); if (!(4 >= _localctx._p)) throw new FailedPredicateException(this, "4 >= $_p"); setState(1103); match(AND); setState(1104); expression(5); } break; case 10: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1105); if (!(3 >= _localctx._p)) throw new FailedPredicateException(this, "3 >= $_p"); setState(1106); match(OR); setState(1107); expression(4); } break; case 11: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1108); if (!(1 >= _localctx._p)) throw new FailedPredicateException(this, "1 >= $_p"); setState(1121); switch (_input.LA(1)) { case ASSIGN: { setState(1109); match(ASSIGN); } break; case ADD_ASSIGN: { setState(1110); match(ADD_ASSIGN); } break; case SUB_ASSIGN: { setState(1111); match(SUB_ASSIGN); } break; case MUL_ASSIGN: { setState(1112); match(MUL_ASSIGN); } break; case DIV_ASSIGN: { setState(1113); match(DIV_ASSIGN); } break; case AND_ASSIGN: { setState(1114); match(AND_ASSIGN); } break; case OR_ASSIGN: { setState(1115); match(OR_ASSIGN); } break; case XOR_ASSIGN: { setState(1116); match(XOR_ASSIGN); } break; case RSHIFT_ASSIGN: { setState(1117); match(RSHIFT_ASSIGN); } break; case URSHIFT_ASSIGN: { setState(1118); match(URSHIFT_ASSIGN); } break; case LSHIFT_ASSIGN: { setState(1119); match(LSHIFT_ASSIGN); } break; case MOD_ASSIGN: { setState(1120); match(MOD_ASSIGN); } break; default: throw new NoViableAltException(this); } setState(1123); expression(1); } break; case 12: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1124); if (!(2 >= _localctx._p)) throw new FailedPredicateException(this, "2 >= $_p"); setState(1125); match(QUESTION); setState(1126); expression(0); setState(1127); match(COLON); setState(1128); expression(3); } break; case 13: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1130); if (!(25 >= _localctx._p)) throw new FailedPredicateException(this, "25 >= $_p"); setState(1131); match(DOT); setState(1132); match(Identifier); } break; case 14: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1133); if (!(24 >= _localctx._p)) throw new FailedPredicateException(this, "24 >= $_p"); setState(1134); match(DOT); setState(1135); match(THIS); } break; case 15: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1136); if (!(23 >= _localctx._p)) throw new FailedPredicateException(this, "23 >= $_p"); setState(1137); match(DOT); setState(1138); match(NEW); setState(1140); _la = _input.LA(1); if (_la==LT) { { setState(1139); nonWildcardTypeArguments(); } } setState(1142); innerCreator(); } break; case 16: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1143); if (!(22 >= _localctx._p)) throw new FailedPredicateException(this, "22 >= $_p"); setState(1144); match(DOT); setState(1145); match(SUPER); setState(1146); superSuffix(); } break; case 17: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1147); if (!(21 >= _localctx._p)) throw new FailedPredicateException(this, "21 >= $_p"); setState(1148); match(DOT); setState(1149); explicitGenericInvocation(); } break; case 18: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1150); if (!(20 >= _localctx._p)) throw new FailedPredicateException(this, "20 >= $_p"); setState(1151); match(LBRACK); setState(1152); expression(0); setState(1153); match(RBRACK); } break; case 19: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1155); if (!(19 >= _localctx._p)) throw new FailedPredicateException(this, "19 >= $_p"); setState(1156); match(LPAREN); setState(1158); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)))) != 0)) { { setState(1157); expressionList(); } } setState(1160); match(RPAREN); } break; case 20: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1161); if (!(16 >= _localctx._p)) throw new FailedPredicateException(this, "16 >= $_p"); setState(1162); _la = _input.LA(1); if ( !(_la==INC || _la==DEC) ) { _errHandler.recoverInline(this); } consume(); } break; case 21: { _localctx = new ExpressionContext(_parentctx, _parentState, _p); pushNewRecursionContext(_localctx, _startState, RULE_expression); setState(1163); if (!(9 >= _localctx._p)) throw new FailedPredicateException(this, "9 >= $_p"); setState(1164); match(INSTANCEOF); setState(1165); type(); } break; } } } setState(1170); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,129,_ctx); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { unrollRecursionContexts(_parentctx); } return _localctx; } public static class PrimaryContext extends ParserRuleContext { public NonWildcardTypeArgumentsContext nonWildcardTypeArguments() { return getRuleContext(NonWildcardTypeArgumentsContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public ExplicitGenericInvocationSuffixContext explicitGenericInvocationSuffix() { return getRuleContext(ExplicitGenericInvocationSuffixContext.class,0); } public TypeContext type() { return getRuleContext(TypeContext.class,0); } public ExpressionContext expression() { return getRuleContext(ExpressionContext.class,0); } public ArgumentsContext arguments() { return getRuleContext(ArgumentsContext.class,0); } public LiteralContext literal() { return getRuleContext(LiteralContext.class,0); } public PrimaryContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_primary; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterPrimary(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitPrimary(this); } } public final PrimaryContext primary() throws RecognitionException { PrimaryContext _localctx = new PrimaryContext(_ctx, getState()); enterRule(_localctx, 180, RULE_primary); try { setState(1192); switch ( getInterpreter().adaptivePredict(_input,131,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(1171); match(LPAREN); setState(1172); expression(0); setState(1173); match(RPAREN); } break; case 2: enterOuterAlt(_localctx, 2); { setState(1175); match(THIS); } break; case 3: enterOuterAlt(_localctx, 3); { setState(1176); match(SUPER); } break; case 4: enterOuterAlt(_localctx, 4); { setState(1177); literal(); } break; case 5: enterOuterAlt(_localctx, 5); { setState(1178); match(Identifier); } break; case 6: enterOuterAlt(_localctx, 6); { setState(1179); type(); setState(1180); match(DOT); setState(1181); match(CLASS); } break; case 7: enterOuterAlt(_localctx, 7); { setState(1183); match(VOID); setState(1184); match(DOT); setState(1185); match(CLASS); } break; case 8: enterOuterAlt(_localctx, 8); { setState(1186); nonWildcardTypeArguments(); setState(1190); switch (_input.LA(1)) { case SUPER: case Identifier: { setState(1187); explicitGenericInvocationSuffix(); } break; case THIS: { setState(1188); match(THIS); setState(1189); arguments(); } break; default: throw new NoViableAltException(this); } } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class CreatorContext extends ParserRuleContext { public NonWildcardTypeArgumentsContext nonWildcardTypeArguments() { return getRuleContext(NonWildcardTypeArgumentsContext.class,0); } public ArrayCreatorRestContext arrayCreatorRest() { return getRuleContext(ArrayCreatorRestContext.class,0); } public ClassCreatorRestContext classCreatorRest() { return getRuleContext(ClassCreatorRestContext.class,0); } public CreatedNameContext createdName() { return getRuleContext(CreatedNameContext.class,0); } public CreatorContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_creator; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterCreator(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitCreator(this); } } public final CreatorContext creator() throws RecognitionException { CreatorContext _localctx = new CreatorContext(_ctx, getState()); enterRule(_localctx, 182, RULE_creator); try { setState(1203); switch (_input.LA(1)) { case LT: enterOuterAlt(_localctx, 1); { setState(1194); nonWildcardTypeArguments(); setState(1195); createdName(); setState(1196); classCreatorRest(); } break; case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case SHORT: case Identifier: enterOuterAlt(_localctx, 2); { setState(1198); createdName(); setState(1201); switch (_input.LA(1)) { case LBRACK: { setState(1199); arrayCreatorRest(); } break; case LPAREN: { setState(1200); classCreatorRest(); } break; default: throw new NoViableAltException(this); } } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class CreatedNameContext extends ParserRuleContext { public TypeArgumentsOrDiamondContext typeArgumentsOrDiamond(int i) { return getRuleContext(TypeArgumentsOrDiamondContext.class,i); } public TerminalNode Identifier(int i) { return getToken(JavaParser.Identifier, i); } public List<TerminalNode> Identifier() { return getTokens(JavaParser.Identifier); } public List<TypeArgumentsOrDiamondContext> typeArgumentsOrDiamond() { return getRuleContexts(TypeArgumentsOrDiamondContext.class); } public PrimitiveTypeContext primitiveType() { return getRuleContext(PrimitiveTypeContext.class,0); } public CreatedNameContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_createdName; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterCreatedName(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitCreatedName(this); } } public final CreatedNameContext createdName() throws RecognitionException { CreatedNameContext _localctx = new CreatedNameContext(_ctx, getState()); enterRule(_localctx, 184, RULE_createdName); int _la; try { setState(1220); switch (_input.LA(1)) { case Identifier: enterOuterAlt(_localctx, 1); { setState(1205); match(Identifier); setState(1207); _la = _input.LA(1); if (_la==LT) { { setState(1206); typeArgumentsOrDiamond(); } } setState(1216); _errHandler.sync(this); _la = _input.LA(1); while (_la==DOT) { { { setState(1209); match(DOT); setState(1210); match(Identifier); setState(1212); _la = _input.LA(1); if (_la==LT) { { setState(1211); typeArgumentsOrDiamond(); } } } } setState(1218); _errHandler.sync(this); _la = _input.LA(1); } } break; case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case SHORT: enterOuterAlt(_localctx, 2); { setState(1219); primitiveType(); } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class InnerCreatorContext extends ParserRuleContext { public NonWildcardTypeArgumentsOrDiamondContext nonWildcardTypeArgumentsOrDiamond() { return getRuleContext(NonWildcardTypeArgumentsOrDiamondContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public ClassCreatorRestContext classCreatorRest() { return getRuleContext(ClassCreatorRestContext.class,0); } public InnerCreatorContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_innerCreator; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterInnerCreator(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitInnerCreator(this); } } public final InnerCreatorContext innerCreator() throws RecognitionException { InnerCreatorContext _localctx = new InnerCreatorContext(_ctx, getState()); enterRule(_localctx, 186, RULE_innerCreator); int _la; try { enterOuterAlt(_localctx, 1); { setState(1222); match(Identifier); setState(1224); _la = _input.LA(1); if (_la==LT) { { setState(1223); nonWildcardTypeArgumentsOrDiamond(); } } setState(1226); classCreatorRest(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ArrayCreatorRestContext extends ParserRuleContext { public ExpressionContext expression(int i) { return getRuleContext(ExpressionContext.class,i); } public List<ExpressionContext> expression() { return getRuleContexts(ExpressionContext.class); } public ArrayInitializerContext arrayInitializer() { return getRuleContext(ArrayInitializerContext.class,0); } public ArrayCreatorRestContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_arrayCreatorRest; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterArrayCreatorRest(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitArrayCreatorRest(this); } } public final ArrayCreatorRestContext arrayCreatorRest() throws RecognitionException { ArrayCreatorRestContext _localctx = new ArrayCreatorRestContext(_ctx, getState()); enterRule(_localctx, 188, RULE_arrayCreatorRest); int _la; try { int _alt; enterOuterAlt(_localctx, 1); { setState(1228); match(LBRACK); setState(1256); switch (_input.LA(1)) { case RBRACK: { setState(1229); match(RBRACK); setState(1234); _errHandler.sync(this); _la = _input.LA(1); while (_la==LBRACK) { { { setState(1230); match(LBRACK); setState(1231); match(RBRACK); } } setState(1236); _errHandler.sync(this); _la = _input.LA(1); } setState(1237); arrayInitializer(); } break; case BOOLEAN: case BYTE: case CHAR: case DOUBLE: case FLOAT: case INT: case LONG: case NEW: case SHORT: case SUPER: case THIS: case VOID: case IntegerLiteral: case FloatingPointLiteral: case BooleanLiteral: case CharacterLiteral: case StringLiteral: case NullLiteral: case LPAREN: case LT: case BANG: case TILDE: case INC: case DEC: case ADD: case SUB: case Identifier: { setState(1238); expression(0); setState(1239); match(RBRACK); setState(1246); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,140,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(1240); match(LBRACK); setState(1241); expression(0); setState(1242); match(RBRACK); } } } setState(1248); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,140,_ctx); } setState(1253); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,141,_ctx); while ( _alt!=2 && _alt!=-1 ) { if ( _alt==1 ) { { { setState(1249); match(LBRACK); setState(1250); match(RBRACK); } } } setState(1255); _errHandler.sync(this); _alt = getInterpreter().adaptivePredict(_input,141,_ctx); } } break; default: throw new NoViableAltException(this); } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ClassCreatorRestContext extends ParserRuleContext { public ClassBodyContext classBody() { return getRuleContext(ClassBodyContext.class,0); } public ArgumentsContext arguments() { return getRuleContext(ArgumentsContext.class,0); } public ClassCreatorRestContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_classCreatorRest; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterClassCreatorRest(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitClassCreatorRest(this); } } public final ClassCreatorRestContext classCreatorRest() throws RecognitionException { ClassCreatorRestContext _localctx = new ClassCreatorRestContext(_ctx, getState()); enterRule(_localctx, 190, RULE_classCreatorRest); try { enterOuterAlt(_localctx, 1); { setState(1258); arguments(); setState(1260); switch ( getInterpreter().adaptivePredict(_input,143,_ctx) ) { case 1: { setState(1259); classBody(); } break; } } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ExplicitGenericInvocationContext extends ParserRuleContext { public NonWildcardTypeArgumentsContext nonWildcardTypeArguments() { return getRuleContext(NonWildcardTypeArgumentsContext.class,0); } public ExplicitGenericInvocationSuffixContext explicitGenericInvocationSuffix() { return getRuleContext(ExplicitGenericInvocationSuffixContext.class,0); } public ExplicitGenericInvocationContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_explicitGenericInvocation; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterExplicitGenericInvocation(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitExplicitGenericInvocation(this); } } public final ExplicitGenericInvocationContext explicitGenericInvocation() throws RecognitionException { ExplicitGenericInvocationContext _localctx = new ExplicitGenericInvocationContext(_ctx, getState()); enterRule(_localctx, 192, RULE_explicitGenericInvocation); try { enterOuterAlt(_localctx, 1); { setState(1262); nonWildcardTypeArguments(); setState(1263); explicitGenericInvocationSuffix(); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class NonWildcardTypeArgumentsContext extends ParserRuleContext { public TypeListContext typeList() { return getRuleContext(TypeListContext.class,0); } public NonWildcardTypeArgumentsContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_nonWildcardTypeArguments; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterNonWildcardTypeArguments(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitNonWildcardTypeArguments(this); } } public final NonWildcardTypeArgumentsContext nonWildcardTypeArguments() throws RecognitionException { NonWildcardTypeArgumentsContext _localctx = new NonWildcardTypeArgumentsContext(_ctx, getState()); enterRule(_localctx, 194, RULE_nonWildcardTypeArguments); try { enterOuterAlt(_localctx, 1); { setState(1265); match(LT); setState(1266); typeList(); setState(1267); match(GT); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class TypeArgumentsOrDiamondContext extends ParserRuleContext { public TypeArgumentsContext typeArguments() { return getRuleContext(TypeArgumentsContext.class,0); } public TypeArgumentsOrDiamondContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_typeArgumentsOrDiamond; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterTypeArgumentsOrDiamond(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitTypeArgumentsOrDiamond(this); } } public final TypeArgumentsOrDiamondContext typeArgumentsOrDiamond() throws RecognitionException { TypeArgumentsOrDiamondContext _localctx = new TypeArgumentsOrDiamondContext(_ctx, getState()); enterRule(_localctx, 196, RULE_typeArgumentsOrDiamond); try { setState(1272); switch ( getInterpreter().adaptivePredict(_input,144,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(1269); match(LT); setState(1270); match(GT); } break; case 2: enterOuterAlt(_localctx, 2); { setState(1271); typeArguments(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class NonWildcardTypeArgumentsOrDiamondContext extends ParserRuleContext { public NonWildcardTypeArgumentsContext nonWildcardTypeArguments() { return getRuleContext(NonWildcardTypeArgumentsContext.class,0); } public NonWildcardTypeArgumentsOrDiamondContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_nonWildcardTypeArgumentsOrDiamond; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterNonWildcardTypeArgumentsOrDiamond(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitNonWildcardTypeArgumentsOrDiamond(this); } } public final NonWildcardTypeArgumentsOrDiamondContext nonWildcardTypeArgumentsOrDiamond() throws RecognitionException { NonWildcardTypeArgumentsOrDiamondContext _localctx = new NonWildcardTypeArgumentsOrDiamondContext(_ctx, getState()); enterRule(_localctx, 198, RULE_nonWildcardTypeArgumentsOrDiamond); try { setState(1277); switch ( getInterpreter().adaptivePredict(_input,145,_ctx) ) { case 1: enterOuterAlt(_localctx, 1); { setState(1274); match(LT); setState(1275); match(GT); } break; case 2: enterOuterAlt(_localctx, 2); { setState(1276); nonWildcardTypeArguments(); } break; } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class SuperSuffixContext extends ParserRuleContext { public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public ArgumentsContext arguments() { return getRuleContext(ArgumentsContext.class,0); } public SuperSuffixContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_superSuffix; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterSuperSuffix(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitSuperSuffix(this); } } public final SuperSuffixContext superSuffix() throws RecognitionException { SuperSuffixContext _localctx = new SuperSuffixContext(_ctx, getState()); enterRule(_localctx, 200, RULE_superSuffix); try { setState(1285); switch (_input.LA(1)) { case LPAREN: enterOuterAlt(_localctx, 1); { setState(1279); arguments(); } break; case DOT: enterOuterAlt(_localctx, 2); { setState(1280); match(DOT); setState(1281); match(Identifier); setState(1283); switch ( getInterpreter().adaptivePredict(_input,146,_ctx) ) { case 1: { setState(1282); arguments(); } break; } } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ExplicitGenericInvocationSuffixContext extends ParserRuleContext { public SuperSuffixContext superSuffix() { return getRuleContext(SuperSuffixContext.class,0); } public TerminalNode Identifier() { return getToken(JavaParser.Identifier, 0); } public ArgumentsContext arguments() { return getRuleContext(ArgumentsContext.class,0); } public ExplicitGenericInvocationSuffixContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_explicitGenericInvocationSuffix; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterExplicitGenericInvocationSuffix(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitExplicitGenericInvocationSuffix(this); } } public final ExplicitGenericInvocationSuffixContext explicitGenericInvocationSuffix() throws RecognitionException { ExplicitGenericInvocationSuffixContext _localctx = new ExplicitGenericInvocationSuffixContext(_ctx, getState()); enterRule(_localctx, 202, RULE_explicitGenericInvocationSuffix); try { setState(1291); switch (_input.LA(1)) { case SUPER: enterOuterAlt(_localctx, 1); { setState(1287); match(SUPER); setState(1288); superSuffix(); } break; case Identifier: enterOuterAlt(_localctx, 2); { setState(1289); match(Identifier); setState(1290); arguments(); } break; default: throw new NoViableAltException(this); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public static class ArgumentsContext extends ParserRuleContext { public ExpressionListContext expressionList() { return getRuleContext(ExpressionListContext.class,0); } public ArgumentsContext(ParserRuleContext parent, int invokingState) { super(parent, invokingState); } @Override public int getRuleIndex() { return RULE_arguments; } @Override public void enterRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).enterArguments(this); } @Override public void exitRule(ParseTreeListener listener) { if ( listener instanceof JavaListener ) ((JavaListener)listener).exitArguments(this); } } public final ArgumentsContext arguments() throws RecognitionException { ArgumentsContext _localctx = new ArgumentsContext(_ctx, getState()); enterRule(_localctx, 204, RULE_arguments); int _la; try { enterOuterAlt(_localctx, 1); { setState(1293); match(LPAREN); setState(1295); _la = _input.LA(1); if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << BOOLEAN) | (1L << BYTE) | (1L << CHAR) | (1L << DOUBLE) | (1L << FLOAT) | (1L << INT) | (1L << LONG) | (1L << NEW) | (1L << SHORT) | (1L << SUPER) | (1L << THIS) | (1L << VOID) | (1L << IntegerLiteral) | (1L << FloatingPointLiteral) | (1L << BooleanLiteral) | (1L << CharacterLiteral) | (1L << StringLiteral) | (1L << NullLiteral) | (1L << LPAREN))) != 0) || ((((_la - 68)) & ~0x3f) == 0 && ((1L << (_la - 68)) & ((1L << (LT - 68)) | (1L << (BANG - 68)) | (1L << (TILDE - 68)) | (1L << (INC - 68)) | (1L << (DEC - 68)) | (1L << (ADD - 68)) | (1L << (SUB - 68)) | (1L << (Identifier - 68)))) != 0)) { { setState(1294); expressionList(); } } setState(1297); match(RPAREN); } } catch (RecognitionException re) { _localctx.exception = re; _errHandler.reportError(this, re); _errHandler.recover(this, re); } finally { exitRule(); } return _localctx; } public boolean sempred(RuleContext _localctx, int ruleIndex, int predIndex) { switch (ruleIndex) { case 89: return expression_sempred((ExpressionContext)_localctx, predIndex); } return true; } private boolean expression_sempred(ExpressionContext _localctx, int predIndex) { switch (predIndex) { case 0: return 13 >= _localctx._p; case 1: return 12 >= _localctx._p; case 2: return 11 >= _localctx._p; case 3: return 10 >= _localctx._p; case 4: return 8 >= _localctx._p; case 5: return 7 >= _localctx._p; case 6: return 6 >= _localctx._p; case 7: return 5 >= _localctx._p; case 8: return 4 >= _localctx._p; case 9: return 3 >= _localctx._p; case 10: return 1 >= _localctx._p; case 11: return 2 >= _localctx._p; case 12: return 25 >= _localctx._p; case 13: return 24 >= _localctx._p; case 14: return 23 >= _localctx._p; case 15: return 22 >= _localctx._p; case 17: return 20 >= _localctx._p; case 16: return 21 >= _localctx._p; case 19: return 16 >= _localctx._p; case 18: return 19 >= _localctx._p; case 20: return 9 >= _localctx._p; } return true; } public static final String _serializedATN = "\3\uacf5\uee8c\u4f5d\u8b0d\u4a45\u78bd\u1b2f\u3378\3k\u0516\4\2\t\2\4"+ "\3\t\3\4\4\t\4\4\5\t\5\4\6\t\6\4\7\t\7\4\b\t\b\4\t\t\t\4\n\t\n\4\13\t"+ "\13\4\f\t\f\4\r\t\r\4\16\t\16\4\17\t\17\4\20\t\20\4\21\t\21\4\22\t\22"+ "\4\23\t\23\4\24\t\24\4\25\t\25\4\26\t\26\4\27\t\27\4\30\t\30\4\31\t\31"+ "\4\32\t\32\4\33\t\33\4\34\t\34\4\35\t\35\4\36\t\36\4\37\t\37\4 \t \4!"+ "\t!\4\"\t\"\4#\t#\4$\t$\4%\t%\4&\t&\4\'\t\'\4(\t(\4)\t)\4*\t*\4+\t+\4"+ ",\t,\4-\t-\4.\t.\4/\t/\4\60\t\60\4\61\t\61\4\62\t\62\4\63\t\63\4\64\t"+ "\64\4\65\t\65\4\66\t\66\4\67\t\67\48\t8\49\t9\4:\t:\4;\t;\4<\t<\4=\t="+ "\4>\t>\4?\t?\4@\t@\4A\tA\4B\tB\4C\tC\4D\tD\4E\tE\4F\tF\4G\tG\4H\tH\4I"+ "\tI\4J\tJ\4K\tK\4L\tL\4M\tM\4N\tN\4O\tO\4P\tP\4Q\tQ\4R\tR\4S\tS\4T\tT"+ "\4U\tU\4V\tV\4W\tW\4X\tX\4Y\tY\4Z\tZ\4[\t[\4\\\t\\\4]\t]\4^\t^\4_\t_\4"+ "`\t`\4a\ta\4b\tb\4c\tc\4d\td\4e\te\4f\tf\4g\tg\4h\th\3\2\5\2\u00d2\n\2"+ "\3\2\7\2\u00d5\n\2\f\2\16\2\u00d8\13\2\3\2\7\2\u00db\n\2\f\2\16\2\u00de"+ "\13\2\3\2\3\2\3\3\7\3\u00e3\n\3\f\3\16\3\u00e6\13\3\3\3\3\3\3\3\3\3\3"+ "\4\3\4\5\4\u00ee\n\4\3\4\3\4\3\4\5\4\u00f3\n\4\3\4\3\4\3\5\7\5\u00f8\n"+ "\5\f\5\16\5\u00fb\13\5\3\5\3\5\7\5\u00ff\n\5\f\5\16\5\u0102\13\5\3\5\3"+ "\5\7\5\u0106\n\5\f\5\16\5\u0109\13\5\3\5\3\5\7\5\u010d\n\5\f\5\16\5\u0110"+ "\13\5\3\5\3\5\5\5\u0114\n\5\3\6\3\6\5\6\u0118\n\6\3\7\3\7\5\7\u011c\n"+ "\7\3\b\3\b\5\b\u0120\n\b\3\t\3\t\3\t\5\t\u0125\n\t\3\t\3\t\5\t\u0129\n"+ "\t\3\t\3\t\5\t\u012d\n\t\3\t\3\t\3\n\3\n\3\n\3\n\7\n\u0135\n\n\f\n\16"+ "\n\u0138\13\n\3\n\3\n\3\13\3\13\3\13\5\13\u013f\n\13\3\f\3\f\3\f\7\f\u0144"+ "\n\f\f\f\16\f\u0147\13\f\3\r\3\r\3\r\3\r\5\r\u014d\n\r\3\r\3\r\5\r\u0151"+ "\n\r\3\r\5\r\u0154\n\r\3\r\5\r\u0157\n\r\3\r\3\r\3\16\3\16\3\16\7\16\u015e"+ "\n\16\f\16\16\16\u0161\13\16\3\17\7\17\u0164\n\17\f\17\16\17\u0167\13"+ "\17\3\17\3\17\5\17\u016b\n\17\3\17\5\17\u016e\n\17\3\20\3\20\7\20\u0172"+ "\n\20\f\20\16\20\u0175\13\20\3\21\3\21\3\21\5\21\u017a\n\21\3\21\3\21"+ "\5\21\u017e\n\21\3\21\3\21\3\22\3\22\3\22\7\22\u0185\n\22\f\22\16\22\u0188"+ "\13\22\3\23\3\23\7\23\u018c\n\23\f\23\16\23\u018f\13\23\3\23\3\23\3\24"+ "\3\24\7\24\u0195\n\24\f\24\16\24\u0198\13\24\3\24\3\24\3\25\3\25\5\25"+ "\u019e\n\25\3\25\3\25\7\25\u01a2\n\25\f\25\16\25\u01a5\13\25\3\25\5\25"+ "\u01a8\n\25\3\26\3\26\3\26\3\26\3\26\3\26\3\26\3\26\3\26\5\26\u01b3\n"+ "\26\3\27\3\27\5\27\u01b7\n\27\3\27\3\27\3\27\3\27\7\27\u01bd\n\27\f\27"+ "\16\27\u01c0\13\27\3\27\3\27\5\27\u01c4\n\27\3\27\3\27\5\27\u01c8\n\27"+ "\3\30\3\30\3\30\3\31\3\31\3\31\3\31\5\31\u01d1\n\31\3\31\3\31\3\32\3\32"+ "\3\32\3\33\3\33\3\33\3\33\3\34\7\34\u01dd\n\34\f\34\16\34\u01e0\13\34"+ "\3\34\3\34\5\34\u01e4\n\34\3\35\3\35\3\35\3\35\3\35\3\35\3\35\5\35\u01ed"+ "\n\35\3\36\3\36\3\36\3\36\7\36\u01f3\n\36\f\36\16\36\u01f6\13\36\3\36"+ "\3\36\3\37\3\37\3\37\7\37\u01fd\n\37\f\37\16\37\u0200\13\37\3\37\3\37"+ "\3\37\3 \3 \5 \u0207\n \3 \3 \3 \3 \7 \u020d\n \f \16 \u0210\13 \3 \3"+ " \5 \u0214\n \3 \3 \3!\3!\3!\3\"\3\"\3\"\7\"\u021e\n\"\f\"\16\"\u0221"+ "\13\"\3#\3#\3#\5#\u0226\n#\3$\3$\3$\7$\u022b\n$\f$\16$\u022e\13$\3%\3"+ "%\5%\u0232\n%\3&\3&\3&\3&\7&\u0238\n&\f&\16&\u023b\13&\3&\5&\u023e\n&"+ "\5&\u0240\n&\3&\3&\3\'\3\'\3(\3(\3)\3)\3*\3*\3*\7*\u024d\n*\f*\16*\u0250"+ "\13*\3*\3*\3*\7*\u0255\n*\f*\16*\u0258\13*\5*\u025a\n*\3+\3+\5+\u025e"+ "\n+\3+\3+\3+\5+\u0263\n+\7+\u0265\n+\f+\16+\u0268\13+\3,\3,\3-\3-\3-\3"+ "-\7-\u0270\n-\f-\16-\u0273\13-\3-\3-\3.\3.\3.\3.\5.\u027b\n.\5.\u027d"+ "\n.\3/\3/\3/\7/\u0282\n/\f/\16/\u0285\13/\3\60\3\60\5\60\u0289\n\60\3"+ "\60\3\60\3\61\3\61\3\61\7\61\u0290\n\61\f\61\16\61\u0293\13\61\3\61\3"+ "\61\5\61\u0297\n\61\3\61\5\61\u029a\n\61\3\62\7\62\u029d\n\62\f\62\16"+ "\62\u02a0\13\62\3\62\3\62\3\62\3\63\7\63\u02a6\n\63\f\63\16\63\u02a9\13"+ "\63\3\63\3\63\3\63\3\63\3\64\3\64\3\65\3\65\3\66\3\66\3\66\7\66\u02b6"+ "\n\66\f\66\16\66\u02b9\13\66\3\67\3\67\38\38\38\38\38\58\u02c2\n8\38\5"+ "8\u02c5\n8\39\39\3:\3:\3:\7:\u02cc\n:\f:\16:\u02cf\13:\3;\3;\3;\3;\3<"+ "\3<\3<\5<\u02d8\n<\3=\3=\3=\3=\7=\u02de\n=\f=\16=\u02e1\13=\5=\u02e3\n"+ "=\3=\5=\u02e6\n=\3=\3=\3>\3>\3>\3>\3>\3?\3?\7?\u02f1\n?\f?\16?\u02f4\13"+ "?\3?\3?\3@\7@\u02f9\n@\f@\16@\u02fc\13@\3@\3@\5@\u0300\n@\3A\3A\3A\3A"+ "\3A\3A\5A\u0308\nA\3A\3A\5A\u030c\nA\3A\3A\5A\u0310\nA\3A\3A\5A\u0314"+ "\nA\5A\u0316\nA\3B\3B\5B\u031a\nB\3C\3C\3C\3C\5C\u0320\nC\3D\3D\3E\3E"+ "\3E\3F\3F\7F\u0329\nF\fF\16F\u032c\13F\3F\3F\3G\3G\3G\5G\u0333\nG\3H\3"+ "H\3H\3I\7I\u0339\nI\fI\16I\u033c\13I\3I\3I\3I\3J\3J\3J\3J\3J\5J\u0346"+ "\nJ\3J\3J\3J\3J\3J\3J\3J\5J\u034f\nJ\3J\3J\3J\3J\3J\3J\3J\3J\3J\3J\3J"+ "\3J\3J\3J\3J\3J\3J\3J\3J\6J\u0364\nJ\rJ\16J\u0365\3J\5J\u0369\nJ\3J\5"+ "J\u036c\nJ\3J\3J\3J\3J\7J\u0372\nJ\fJ\16J\u0375\13J\3J\5J\u0378\nJ\3J"+ "\3J\3J\3J\7J\u037e\nJ\fJ\16J\u0381\13J\3J\7J\u0384\nJ\fJ\16J\u0387\13"+ "J\3J\3J\3J\3J\3J\3J\3J\3J\5J\u0391\nJ\3J\3J\3J\3J\3J\3J\3J\5J\u039a\n"+ "J\3J\3J\3J\5J\u039f\nJ\3J\3J\3J\3J\3J\3J\3J\3J\5J\u03a9\nJ\3K\3K\3K\7"+ "K\u03ae\nK\fK\16K\u03b1\13K\3K\3K\3K\3K\3K\3L\3L\3L\7L\u03bb\nL\fL\16"+ "L\u03be\13L\3M\3M\3M\3N\3N\3N\5N\u03c6\nN\3N\3N\3O\3O\3O\7O\u03cd\nO\f"+ "O\16O\u03d0\13O\3P\7P\u03d3\nP\fP\16P\u03d6\13P\3P\3P\3P\3P\3P\3Q\6Q\u03de"+ "\nQ\rQ\16Q\u03df\3Q\6Q\u03e3\nQ\rQ\16Q\u03e4\3R\3R\3R\3R\3R\3R\3R\3R\3"+ "R\3R\5R\u03f1\nR\3S\3S\5S\u03f5\nS\3S\3S\5S\u03f9\nS\3S\3S\5S\u03fd\n"+ "S\5S\u03ff\nS\3T\3T\5T\u0403\nT\3U\7U\u0406\nU\fU\16U\u0409\13U\3U\3U"+ "\3U\3U\3U\3V\3V\3W\3W\3W\3W\3X\3X\3X\7X\u0419\nX\fX\16X\u041c\13X\3Y\3"+ "Y\3Z\3Z\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\5[\u042f\n[\3[\3[\3[\3"+ "[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\5[\u043f\n[\3[\3[\3[\3[\3[\3[\3[\3[\3"+ "[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3"+ "[\3[\3[\3[\5[\u0464\n[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3"+ "[\3[\5[\u0477\n[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\3[\5[\u0489"+ "\n[\3[\3[\3[\3[\3[\3[\7[\u0491\n[\f[\16[\u0494\13[\3\\\3\\\3\\\3\\\3\\"+ "\3\\\3\\\3\\\3\\\3\\\3\\\3\\\3\\\3\\\3\\\3\\\3\\\3\\\3\\\5\\\u04a9\n\\"+ "\5\\\u04ab\n\\\3]\3]\3]\3]\3]\3]\3]\5]\u04b4\n]\5]\u04b6\n]\3^\3^\5^\u04ba"+ "\n^\3^\3^\3^\5^\u04bf\n^\7^\u04c1\n^\f^\16^\u04c4\13^\3^\5^\u04c7\n^\3"+ "_\3_\5_\u04cb\n_\3_\3_\3`\3`\3`\3`\7`\u04d3\n`\f`\16`\u04d6\13`\3`\3`"+ "\3`\3`\3`\3`\3`\7`\u04df\n`\f`\16`\u04e2\13`\3`\3`\7`\u04e6\n`\f`\16`"+ "\u04e9\13`\5`\u04eb\n`\3a\3a\5a\u04ef\na\3b\3b\3b\3c\3c\3c\3c\3d\3d\3"+ "d\5d\u04fb\nd\3e\3e\3e\5e\u0500\ne\3f\3f\3f\3f\5f\u0506\nf\5f\u0508\n"+ "f\3g\3g\3g\3g\5g\u050e\ng\3h\3h\5h\u0512\nh\3h\3h\3h\2i\2\4\6\b\n\f\16"+ "\20\22\24\26\30\32\34\36 \"$&(*,.\60\62\64\668:<>@BDFHJLNPRTVXZ\\^`bd"+ "fhjlnprtvxz|~\u0080\u0082\u0084\u0086\u0088\u008a\u008c\u008e\u0090\u0092"+ "\u0094\u0096\u0098\u009a\u009c\u009e\u00a0\u00a2\u00a4\u00a6\u00a8\u00aa"+ "\u00ac\u00ae\u00b0\u00b2\u00b4\u00b6\u00b8\u00ba\u00bc\u00be\u00c0\u00c2"+ "\u00c4\u00c6\u00c8\u00ca\u00cc\u00ce\2\16\6\2 ,,\60\60\63\63\6\2\3\3"+ "\24\24#%()\n\2\5\5\7\7\n\n\20\20\26\26\35\35\37\37\'\'\4\2\23\23**\3\2"+ "\65:\3\2QT\3\2GH\4\2UVZZ\3\2ST\4\2EFLM\4\2KKNN\3\2QR\u0591\2\u00d1\3\2"+ "\2\2\4\u00e4\3\2\2\2\6\u00eb\3\2\2\2\b\u0113\3\2\2\2\n\u0117\3\2\2\2\f"+ "\u011b\3\2\2\2\16\u011f\3\2\2\2\20\u0121\3\2\2\2\22\u0130\3\2\2\2\24\u013b"+ "\3\2\2\2\26\u0140\3\2\2\2\30\u0148\3\2\2\2\32\u015a\3\2\2\2\34\u0165\3"+ "\2\2\2\36\u016f\3\2\2\2 \u0176\3\2\2\2\"\u0181\3\2\2\2$\u0189\3\2\2\2"+ "&\u0192\3\2\2\2(\u01a7\3\2\2\2*\u01b2\3\2\2\2,\u01b6\3\2\2\2.\u01c9\3"+ "\2\2\2\60\u01cc\3\2\2\2\62\u01d4\3\2\2\2\64\u01d7\3\2\2\2\66\u01e3\3\2"+ "\2\28\u01ec\3\2\2\2:\u01ee\3\2\2\2<\u01f9\3\2\2\2>\u0206\3\2\2\2@\u0217"+ "\3\2\2\2B\u021a\3\2\2\2D\u0222\3\2\2\2F\u0227\3\2\2\2H\u0231\3\2\2\2J"+ "\u0233\3\2\2\2L\u0243\3\2\2\2N\u0245\3\2\2\2P\u0247\3\2\2\2R\u0259\3\2"+ "\2\2T\u025b\3\2\2\2V\u0269\3\2\2\2X\u026b\3\2\2\2Z\u027c\3\2\2\2\\\u027e"+ "\3\2\2\2^\u0286\3\2\2\2`\u0299\3\2\2\2b\u029e\3\2\2\2d\u02a7\3\2\2\2f"+ "\u02ae\3\2\2\2h\u02b0\3\2\2\2j\u02b2\3\2\2\2l\u02ba\3\2\2\2n\u02bc\3\2"+ "\2\2p\u02c6\3\2\2\2r\u02c8\3\2\2\2t\u02d0\3\2\2\2v\u02d7\3\2\2\2x\u02d9"+ "\3\2\2\2z\u02e9\3\2\2\2|\u02ee\3\2\2\2~\u02ff\3\2\2\2\u0080\u0315\3\2"+ "\2\2\u0082\u0319\3\2\2\2\u0084\u031b\3\2\2\2\u0086\u0321\3\2\2\2\u0088"+ "\u0323\3\2\2\2\u008a\u0326\3\2\2\2\u008c\u0332\3\2\2\2\u008e\u0334\3\2"+ "\2\2\u0090\u033a\3\2\2\2\u0092\u03a8\3\2\2\2\u0094\u03aa\3\2\2\2\u0096"+ "\u03b7\3\2\2\2\u0098\u03bf\3\2\2\2\u009a\u03c2\3\2\2\2\u009c\u03c9\3\2"+ "\2\2\u009e\u03d4\3\2\2\2\u00a0\u03dd\3\2\2\2\u00a2\u03f0\3\2\2\2\u00a4"+ "\u03fe\3\2\2\2\u00a6\u0402\3\2\2\2\u00a8\u0407\3\2\2\2\u00aa\u040f\3\2"+ "\2\2\u00ac\u0411\3\2\2\2\u00ae\u0415\3\2\2\2\u00b0\u041d\3\2\2\2\u00b2"+ "\u041f\3\2\2\2\u00b4\u042e\3\2\2\2\u00b6\u04aa\3\2\2\2\u00b8\u04b5\3\2"+ "\2\2\u00ba\u04c6\3\2\2\2\u00bc\u04c8\3\2\2\2\u00be\u04ce\3\2\2\2\u00c0"+ "\u04ec\3\2\2\2\u00c2\u04f0\3\2\2\2\u00c4\u04f3\3\2\2\2\u00c6\u04fa\3\2"+ "\2\2\u00c8\u04ff\3\2\2\2\u00ca\u0507\3\2\2\2\u00cc\u050d\3\2\2\2\u00ce"+ "\u050f\3\2\2\2\u00d0\u00d2\5\4\3\2\u00d1\u00d0\3\2\2\2\u00d1\u00d2\3\2"+ "\2\2\u00d2\u00d6\3\2\2\2\u00d3\u00d5\5\6\4\2\u00d4\u00d3\3\2\2\2\u00d5"+ "\u00d8\3\2\2\2\u00d6\u00d4\3\2\2\2\u00d6\u00d7\3\2\2\2\u00d7\u00dc\3\2"+ "\2\2\u00d8\u00d6\3\2\2\2\u00d9\u00db\5\b\5\2\u00da\u00d9\3\2\2\2\u00db"+ "\u00de\3\2\2\2\u00dc\u00da\3\2\2\2\u00dc\u00dd\3\2\2\2\u00dd\u00df\3\2"+ "\2\2\u00de\u00dc\3\2\2\2\u00df\u00e0\7\2\2\3\u00e0\3\3\2\2\2\u00e1\u00e3"+ "\5n8\2\u00e2\u00e1\3\2\2\2\u00e3\u00e6\3\2\2\2\u00e4\u00e2\3\2\2\2\u00e4"+ "\u00e5\3\2\2\2\u00e5\u00e7\3\2\2\2\u00e6\u00e4\3\2\2\2\u00e7\u00e8\7\""+ "\2\2\u00e8\u00e9\5j\66\2\u00e9\u00ea\7A\2\2\u00ea\5\3\2\2\2\u00eb\u00ed"+ "\7\33\2\2\u00ec\u00ee\7(\2\2\u00ed\u00ec\3\2\2\2\u00ed\u00ee\3\2\2\2\u00ee"+ "\u00ef\3\2\2\2\u00ef\u00f2\5j\66\2\u00f0\u00f1\7C\2\2\u00f1\u00f3\7U\2"+ "\2\u00f2\u00f0\3\2\2\2\u00f2\u00f3\3\2\2\2\u00f3\u00f4\3\2\2\2\u00f4\u00f5"+ "\7A\2\2\u00f5\7\3\2\2\2\u00f6\u00f8\5\f\7\2\u00f7\u00f6\3\2\2\2\u00f8"+ "\u00fb\3\2\2\2\u00f9\u00f7\3\2\2\2\u00f9\u00fa\3\2\2\2\u00fa\u00fc\3\2"+ "\2\2\u00fb\u00f9\3\2\2\2\u00fc\u0114\5\20\t\2\u00fd\u00ff\5\f\7\2\u00fe"+ "\u00fd\3\2\2\2\u00ff\u0102\3\2\2\2\u0100\u00fe\3\2\2\2\u0100\u0101\3\2"+ "\2\2\u0101\u0103\3\2\2\2\u0102\u0100\3\2\2\2\u0103\u0114\5\30\r\2\u0104"+ "\u0106\5\f\7\2\u0105\u0104\3\2\2\2\u0106\u0109\3\2\2\2\u0107\u0105\3\2"+ "\2\2\u0107\u0108\3\2\2\2\u0108\u010a\3\2\2\2\u0109\u0107\3\2\2\2\u010a"+ "\u0114\5 \21\2\u010b\u010d\5\f\7\2\u010c\u010b\3\2\2\2\u010d\u0110\3\2"+ "\2\2\u010e\u010c\3\2\2\2\u010e\u010f\3\2\2\2\u010f\u0111\3\2\2\2\u0110"+ "\u010e\3\2\2\2\u0111\u0114\5z>\2\u0112\u0114\7A\2\2\u0113\u00f9\3\2\2"+ "\2\u0113\u0100\3\2\2\2\u0113\u0107\3\2\2\2\u0113\u010e\3\2\2\2\u0113\u0112"+ "\3\2\2\2\u0114\t\3\2\2\2\u0115\u0118\5\f\7\2\u0116\u0118\t\2\2\2\u0117"+ "\u0115\3\2\2\2\u0117\u0116\3\2\2\2\u0118\13\3\2\2\2\u0119\u011c\5n8\2"+ "\u011a\u011c\t\3\2\2\u011b\u0119\3\2\2\2\u011b\u011a\3\2\2\2\u011c\r\3"+ "\2\2\2\u011d\u0120\7\24\2\2\u011e\u0120\5n8\2\u011f\u011d\3\2\2\2\u011f"+ "\u011e\3\2\2\2\u0120\17\3\2\2\2\u0121\u0122\7\13\2\2\u0122\u0124\7f\2"+ "\2\u0123\u0125\5\22\n\2\u0124\u0123\3\2\2\2\u0124\u0125\3\2\2\2\u0125"+ "\u0128\3\2\2\2\u0126\u0127\7\23\2\2\u0127\u0129\5R*\2\u0128\u0126\3\2"+ "\2\2\u0128\u0129\3\2\2\2\u0129\u012c\3\2\2\2\u012a\u012b\7\32\2\2\u012b"+ "\u012d\5\"\22\2\u012c\u012a\3\2\2\2\u012c\u012d\3\2\2\2\u012d\u012e\3"+ "\2\2\2\u012e\u012f\5$\23\2\u012f\21\3\2\2\2\u0130\u0131\7F\2\2\u0131\u0136"+ "\5\24\13\2\u0132\u0133\7B\2\2\u0133\u0135\5\24\13\2\u0134\u0132\3\2\2"+ "\2\u0135\u0138\3\2\2\2\u0136\u0134\3\2\2\2\u0136\u0137\3\2\2\2\u0137\u0139"+ "\3\2\2\2\u0138\u0136\3\2\2\2\u0139\u013a\7E\2\2\u013a\23\3\2\2\2\u013b"+ "\u013e\7f\2\2\u013c\u013d\7\23\2\2\u013d\u013f\5\26\f\2\u013e\u013c\3"+ "\2\2\2\u013e\u013f\3\2\2\2\u013f\25\3\2\2\2\u0140\u0145\5R*\2\u0141\u0142"+ "\7W\2\2\u0142\u0144\5R*\2\u0143\u0141\3\2\2\2\u0144\u0147\3\2\2\2\u0145"+ "\u0143\3\2\2\2\u0145\u0146\3\2\2\2\u0146\27\3\2\2\2\u0147\u0145\3\2\2"+ "\2\u0148\u0149\7\22\2\2\u0149\u014c\7f\2\2\u014a\u014b\7\32\2\2\u014b"+ "\u014d\5\"\22\2\u014c\u014a\3\2\2\2\u014c\u014d\3\2\2\2\u014d\u014e\3"+ "\2\2\2\u014e\u0150\7=\2\2\u014f\u0151\5\32\16\2\u0150\u014f\3\2\2\2\u0150"+ "\u0151\3\2\2\2\u0151\u0153\3\2\2\2\u0152\u0154\7B\2\2\u0153\u0152\3\2"+ "\2\2\u0153\u0154\3\2\2\2\u0154\u0156\3\2\2\2\u0155\u0157\5\36\20\2\u0156"+ "\u0155\3\2\2\2\u0156\u0157\3\2\2\2\u0157\u0158\3\2\2\2\u0158\u0159\7>"+ "\2\2\u0159\31\3\2\2\2\u015a\u015f\5\34\17\2\u015b\u015c\7B\2\2\u015c\u015e"+ "\5\34\17\2\u015d\u015b\3\2\2\2\u015e\u0161\3\2\2\2\u015f\u015d\3\2\2\2"+ "\u015f\u0160\3\2\2\2\u0160\33\3\2\2\2\u0161\u015f\3\2\2\2\u0162\u0164"+ "\5n8\2\u0163\u0162\3\2\2\2\u0164\u0167\3\2\2\2\u0165\u0163\3\2\2\2\u0165"+ "\u0166\3\2\2\2\u0166\u0168\3\2\2\2\u0167\u0165\3\2\2\2\u0168\u016a\7f"+ "\2\2\u0169\u016b\5\u00ceh\2\u016a\u0169\3\2\2\2\u016a\u016b\3\2\2\2\u016b"+ "\u016d\3\2\2\2\u016c\u016e\5$\23\2\u016d\u016c\3\2\2\2\u016d\u016e\3\2"+ "\2\2\u016e\35\3\2\2\2\u016f\u0173\7A\2\2\u0170\u0172\5(\25\2\u0171\u0170"+ "\3\2\2\2\u0172\u0175\3\2\2\2\u0173\u0171\3\2\2\2\u0173\u0174\3\2\2\2\u0174"+ "\37\3\2\2\2\u0175\u0173\3\2\2\2\u0176\u0177\7\36\2\2\u0177\u0179\7f\2"+ "\2\u0178\u017a\5\22\n\2\u0179\u0178\3\2\2\2\u0179\u017a\3\2\2\2\u017a"+ "\u017d\3\2\2\2\u017b\u017c\7\23\2\2\u017c\u017e\5\"\22\2\u017d\u017b\3"+ "\2\2\2\u017d\u017e\3\2\2\2\u017e\u017f\3\2\2\2\u017f\u0180\5&\24\2\u0180"+ "!\3\2\2\2\u0181\u0186\5R*\2\u0182\u0183\7B\2\2\u0183\u0185\5R*\2\u0184"+ "\u0182\3\2\2\2\u0185\u0188\3\2\2\2\u0186\u0184\3\2\2\2\u0186\u0187\3\2"+ "\2\2\u0187#\3\2\2\2\u0188\u0186\3\2\2\2\u0189\u018d\7=\2\2\u018a\u018c"+ "\5(\25\2\u018b\u018a\3\2\2\2\u018c\u018f\3\2\2\2\u018d\u018b\3\2\2\2\u018d"+ "\u018e\3\2\2\2\u018e\u0190\3\2\2\2\u018f\u018d\3\2\2\2\u0190\u0191\7>"+ "\2\2\u0191%\3\2\2\2\u0192\u0196\7=\2\2\u0193\u0195\5\66\34\2\u0194\u0193"+ "\3\2\2\2\u0195\u0198\3\2\2\2\u0196\u0194\3\2\2\2\u0196\u0197\3\2\2\2\u0197"+ "\u0199\3\2\2\2\u0198\u0196\3\2\2\2\u0199\u019a\7>\2\2\u019a\'\3\2\2\2"+ "\u019b\u01a8\7A\2\2\u019c\u019e\7(\2\2\u019d\u019c\3\2\2\2\u019d\u019e"+ "\3\2\2\2\u019e\u019f\3\2\2\2\u019f\u01a8\5\u008aF\2\u01a0\u01a2\5\n\6"+ "\2\u01a1\u01a0\3\2\2\2\u01a2\u01a5\3\2\2\2\u01a3\u01a1\3\2\2\2\u01a3\u01a4"+ "\3\2\2\2\u01a4\u01a6\3\2\2\2\u01a5\u01a3\3\2\2\2\u01a6\u01a8\5*\26\2\u01a7"+ "\u019b\3\2\2\2\u01a7\u019d\3\2\2\2\u01a7\u01a3\3\2\2\2\u01a8)\3\2\2\2"+ "\u01a9\u01b3\5,\27\2\u01aa\u01b3\5.\30\2\u01ab\u01b3\5\64\33\2\u01ac\u01b3"+ "\5\60\31\2\u01ad\u01b3\5\62\32\2\u01ae\u01b3\5 \21\2\u01af\u01b3\5z>\2"+ "\u01b0\u01b3\5\20\t\2\u01b1\u01b3\5\30\r\2\u01b2\u01a9\3\2\2\2\u01b2\u01aa"+ "\3\2\2\2\u01b2\u01ab\3\2\2\2\u01b2\u01ac\3\2\2\2\u01b2\u01ad\3\2\2\2\u01b2"+ "\u01ae\3\2\2\2\u01b2\u01af\3\2\2\2\u01b2\u01b0\3\2\2\2\u01b2\u01b1\3\2"+ "\2\2\u01b3+\3\2\2\2\u01b4\u01b7\5R*\2\u01b5\u01b7\7\62\2\2\u01b6\u01b4"+ "\3\2\2\2\u01b6\u01b5\3\2\2\2\u01b7\u01b8\3\2\2\2\u01b8\u01b9\7f\2\2\u01b9"+ "\u01be\5^\60\2\u01ba\u01bb\7?\2\2\u01bb\u01bd\7@\2\2\u01bc\u01ba\3\2\2"+ "\2\u01bd\u01c0\3\2\2\2\u01be\u01bc\3\2\2\2\u01be\u01bf\3\2\2\2\u01bf\u01c3"+ "\3\2\2\2\u01c0\u01be\3\2\2\2\u01c1\u01c2\7/\2\2\u01c2\u01c4\5\\/\2\u01c3"+ "\u01c1\3\2\2\2\u01c3\u01c4\3\2\2\2\u01c4\u01c7\3\2\2\2\u01c5\u01c8\5f"+ "\64\2\u01c6\u01c8\7A\2\2\u01c7\u01c5\3\2\2\2\u01c7\u01c6\3\2\2\2\u01c8"+ "-\3\2\2\2\u01c9\u01ca\5\22\n\2\u01ca\u01cb\5,\27\2\u01cb/\3\2\2\2\u01cc"+ "\u01cd\7f\2\2\u01cd\u01d0\5^\60\2\u01ce\u01cf\7/\2\2\u01cf\u01d1\5\\/"+ "\2\u01d0\u01ce\3\2\2\2\u01d0\u01d1\3\2\2\2\u01d1\u01d2\3\2\2\2\u01d2\u01d3"+ "\5h\65\2\u01d3\61\3\2\2\2\u01d4\u01d5\5\22\n\2\u01d5\u01d6\5\60\31\2\u01d6"+ "\63\3\2\2\2\u01d7\u01d8\5R*\2\u01d8\u01d9\5B\"\2\u01d9\u01da\7A\2\2\u01da"+ "\65\3\2\2\2\u01db\u01dd\5\n\6\2\u01dc\u01db\3\2\2\2\u01dd\u01e0\3\2\2"+ "\2\u01de\u01dc\3\2\2\2\u01de\u01df\3\2\2\2\u01df\u01e1\3\2\2\2\u01e0\u01de"+ "\3\2\2\2\u01e1\u01e4\58\35\2\u01e2\u01e4\7A\2\2\u01e3\u01de\3\2\2\2\u01e3"+ "\u01e2\3\2\2\2\u01e4\67\3\2\2\2\u01e5\u01ed\5:\36\2\u01e6\u01ed\5> \2"+ "\u01e7\u01ed\5@!\2\u01e8\u01ed\5 \21\2\u01e9\u01ed\5z>\2\u01ea\u01ed\5"+ "\20\t\2\u01eb\u01ed\5\30\r\2\u01ec\u01e5\3\2\2\2\u01ec\u01e6\3\2\2\2\u01ec"+ "\u01e7\3\2\2\2\u01ec\u01e8\3\2\2\2\u01ec\u01e9\3\2\2\2\u01ec\u01ea\3\2"+ "\2\2\u01ec\u01eb\3\2\2\2\u01ed9\3\2\2\2\u01ee\u01ef\5R*\2\u01ef\u01f4"+ "\5<\37\2\u01f0\u01f1\7B\2\2\u01f1\u01f3\5<\37\2\u01f2\u01f0\3\2\2\2\u01f3"+ "\u01f6\3\2\2\2\u01f4\u01f2\3\2\2\2\u01f4\u01f5\3\2\2\2\u01f5\u01f7\3\2"+ "\2\2\u01f6\u01f4\3\2\2\2\u01f7\u01f8\7A\2\2\u01f8;\3\2\2\2\u01f9\u01fe"+ "\7f\2\2\u01fa\u01fb\7?\2\2\u01fb\u01fd\7@\2\2\u01fc\u01fa\3\2\2\2\u01fd"+ "\u0200\3\2\2\2\u01fe\u01fc\3\2\2\2\u01fe\u01ff\3\2\2\2\u01ff\u0201\3\2"+ "\2\2\u0200\u01fe\3\2\2\2\u0201\u0202\7D\2\2\u0202\u0203\5H%\2\u0203=\3"+ "\2\2\2\u0204\u0207\5R*\2\u0205\u0207\7\62\2\2\u0206\u0204\3\2\2\2\u0206"+ "\u0205\3\2\2\2\u0207\u0208\3\2\2\2\u0208\u0209\7f\2\2\u0209\u020e\5^\60"+ "\2\u020a\u020b\7?\2\2\u020b\u020d\7@\2\2\u020c\u020a\3\2\2\2\u020d\u0210"+ "\3\2\2\2\u020e\u020c\3\2\2\2\u020e\u020f\3\2\2\2\u020f\u0213\3\2\2\2\u0210"+ "\u020e\3\2\2\2\u0211\u0212\7/\2\2\u0212\u0214\5\\/\2\u0213\u0211\3\2\2"+ "\2\u0213\u0214\3\2\2\2\u0214\u0215\3\2\2\2\u0215\u0216\7A\2\2\u0216?\3"+ "\2\2\2\u0217\u0218\5\22\n\2\u0218\u0219\5> \2\u0219A\3\2\2\2\u021a\u021f"+ "\5D#\2\u021b\u021c\7B\2\2\u021c\u021e\5D#\2\u021d\u021b\3\2\2\2\u021e"+ "\u0221\3\2\2\2\u021f\u021d\3\2\2\2\u021f\u0220\3\2\2\2\u0220C\3\2\2\2"+ "\u0221\u021f\3\2\2\2\u0222\u0225\5F$\2\u0223\u0224\7D\2\2\u0224\u0226"+ "\5H%\2\u0225\u0223\3\2\2\2\u0225\u0226\3\2\2\2\u0226E\3\2\2\2\u0227\u022c"+ "\7f\2\2\u0228\u0229\7?\2\2\u0229\u022b\7@\2\2\u022a\u0228\3\2\2\2\u022b"+ "\u022e\3\2\2\2\u022c\u022a\3\2\2\2\u022c\u022d\3\2\2\2\u022dG\3\2\2\2"+ "\u022e\u022c\3\2\2\2\u022f\u0232\5J&\2\u0230\u0232\5\u00b4[\2\u0231\u022f"+ "\3\2\2\2\u0231\u0230\3\2\2\2\u0232I\3\2\2\2\u0233\u023f\7=\2\2\u0234\u0239"+ "\5H%\2\u0235\u0236\7B\2\2\u0236\u0238\5H%\2\u0237\u0235\3\2\2\2\u0238"+ "\u023b\3\2\2\2\u0239\u0237\3\2\2\2\u0239\u023a\3\2\2\2\u023a\u023d\3\2"+ "\2\2\u023b\u0239\3\2\2\2\u023c\u023e\7B\2\2\u023d\u023c\3\2\2\2\u023d"+ "\u023e\3\2\2\2\u023e\u0240\3\2\2\2\u023f\u0234\3\2\2\2\u023f\u0240\3\2"+ "\2\2\u0240\u0241\3\2\2\2\u0241\u0242\7>\2\2\u0242K\3\2\2\2\u0243\u0244"+ "\5j\66\2\u0244M\3\2\2\2\u0245\u0246\7f\2\2\u0246O\3\2\2\2\u0247\u0248"+ "\5j\66\2\u0248Q\3\2\2\2\u0249\u024e\5T+\2\u024a\u024b\7?\2\2\u024b\u024d"+ "\7@\2\2\u024c\u024a\3\2\2\2\u024d\u0250\3\2\2\2\u024e\u024c\3\2\2\2\u024e"+ "\u024f\3\2\2\2\u024f\u025a\3\2\2\2\u0250\u024e\3\2\2\2\u0251\u0256\5V"+ ",\2\u0252\u0253\7?\2\2\u0253\u0255\7@\2\2\u0254\u0252\3\2\2\2\u0255\u0258"+ "\3\2\2\2\u0256\u0254\3\2\2\2\u0256\u0257\3\2\2\2\u0257\u025a\3\2\2\2\u0258"+ "\u0256\3\2\2\2\u0259\u0249\3\2\2\2\u0259\u0251\3\2\2\2\u025aS\3\2\2\2"+ "\u025b\u025d\7f\2\2\u025c\u025e\5X-\2\u025d\u025c\3\2\2\2\u025d\u025e"+ "\3\2\2\2\u025e\u0266\3\2\2\2\u025f\u0260\7C\2\2\u0260\u0262\7f\2\2\u0261"+ "\u0263\5X-\2\u0262\u0261\3\2\2\2\u0262\u0263\3\2\2\2\u0263\u0265\3\2\2"+ "\2\u0264\u025f\3\2\2\2\u0265\u0268\3\2\2\2\u0266\u0264\3\2\2\2\u0266\u0267"+ "\3\2\2\2\u0267U\3\2\2\2\u0268\u0266\3\2\2\2\u0269\u026a\t\4\2\2\u026a"+ "W\3\2\2\2\u026b\u026c\7F\2\2\u026c\u0271\5Z.\2\u026d\u026e\7B\2\2\u026e"+ "\u0270\5Z.\2\u026f\u026d\3\2\2\2\u0270\u0273\3\2\2\2\u0271\u026f\3\2\2"+ "\2\u0271\u0272\3\2\2\2\u0272\u0274\3\2\2\2\u0273\u0271\3\2\2\2\u0274\u0275"+ "\7E\2\2\u0275Y\3\2\2\2\u0276\u027d\5R*\2\u0277\u027a\7I\2\2\u0278\u0279"+ "\t\5\2\2\u0279\u027b\5R*\2\u027a\u0278\3\2\2\2\u027a\u027b\3\2\2\2\u027b"+ "\u027d\3\2\2\2\u027c\u0276\3\2\2\2\u027c\u0277\3\2\2\2\u027d[\3\2\2\2"+ "\u027e\u0283\5j\66\2\u027f\u0280\7B\2\2\u0280\u0282\5j\66\2\u0281\u027f"+ "\3\2\2\2\u0282\u0285\3\2\2\2\u0283\u0281\3\2\2\2\u0283\u0284\3\2\2\2\u0284"+ "]\3\2\2\2\u0285\u0283\3\2\2\2\u0286\u0288\7;\2\2\u0287\u0289\5`\61\2\u0288"+ "\u0287\3\2\2\2\u0288\u0289\3\2\2\2\u0289\u028a\3\2\2\2\u028a\u028b\7<"+ "\2\2\u028b_\3\2\2\2\u028c\u0291\5b\62\2\u028d\u028e\7B\2\2\u028e\u0290"+ "\5b\62\2\u028f\u028d\3\2\2\2\u0290\u0293\3\2\2\2\u0291\u028f\3\2\2\2\u0291"+ "\u0292\3\2\2\2\u0292\u0296\3\2\2\2\u0293\u0291\3\2\2\2\u0294\u0295\7B"+ "\2\2\u0295\u0297\5d\63\2\u0296\u0294\3\2\2\2\u0296\u0297\3\2\2\2\u0297"+ "\u029a\3\2\2\2\u0298\u029a\5d\63\2\u0299\u028c\3\2\2\2\u0299\u0298\3\2"+ "\2\2\u029aa\3\2\2\2\u029b\u029d\5\16\b\2\u029c\u029b\3\2\2\2\u029d\u02a0"+ "\3\2\2\2\u029e\u029c\3\2\2\2\u029e\u029f\3\2\2\2\u029f\u02a1\3\2\2\2\u02a0"+ "\u029e\3\2\2\2\u02a1\u02a2\5R*\2\u02a2\u02a3\5F$\2\u02a3c\3\2\2\2\u02a4"+ "\u02a6\5\16\b\2\u02a5\u02a4\3\2\2\2\u02a6\u02a9\3\2\2\2\u02a7\u02a5\3"+ "\2\2\2\u02a7\u02a8\3\2\2\2\u02a8\u02aa\3\2\2\2\u02a9\u02a7\3\2\2\2\u02aa"+ "\u02ab\5R*\2\u02ab\u02ac\7h\2\2\u02ac\u02ad\5F$\2\u02ade\3\2\2\2\u02ae"+ "\u02af\5\u008aF\2\u02afg\3\2\2\2\u02b0\u02b1\5\u008aF\2\u02b1i\3\2\2\2"+ "\u02b2\u02b7\7f\2\2\u02b3\u02b4\7C\2\2\u02b4\u02b6\7f\2\2\u02b5\u02b3"+ "\3\2\2\2\u02b6\u02b9\3\2\2\2\u02b7\u02b5\3\2\2\2\u02b7\u02b8\3\2\2\2\u02b8"+ "k\3\2\2\2\u02b9\u02b7\3\2\2\2\u02ba\u02bb\t\6\2\2\u02bbm\3\2\2\2\u02bc"+ "\u02bd\7g\2\2\u02bd\u02c4\5p9\2\u02be\u02c1\7;\2\2\u02bf\u02c2\5r:\2\u02c0"+ "\u02c2\5v<\2\u02c1\u02bf\3\2\2\2\u02c1\u02c0\3\2\2\2\u02c1\u02c2\3\2\2"+ "\2\u02c2\u02c3\3\2\2\2\u02c3\u02c5\7<\2\2\u02c4\u02be\3\2\2\2\u02c4\u02c5"+ "\3\2\2\2\u02c5o\3\2\2\2\u02c6\u02c7\5j\66\2\u02c7q\3\2\2\2\u02c8\u02cd"+ "\5t;\2\u02c9\u02ca\7B\2\2\u02ca\u02cc\5t;\2\u02cb\u02c9\3\2\2\2\u02cc"+ "\u02cf\3\2\2\2\u02cd\u02cb\3\2\2\2\u02cd\u02ce\3\2\2\2\u02ces\3\2\2\2"+ "\u02cf\u02cd\3\2\2\2\u02d0\u02d1\7f\2\2\u02d1\u02d2\7D\2\2\u02d2\u02d3"+ "\5v<\2\u02d3u\3\2\2\2\u02d4\u02d8\5\u00b4[\2\u02d5\u02d8\5n8\2\u02d6\u02d8"+ "\5x=\2\u02d7\u02d4\3\2\2\2\u02d7\u02d5\3\2\2\2\u02d7\u02d6\3\2\2\2\u02d8"+ "w\3\2\2\2\u02d9\u02e2\7=\2\2\u02da\u02df\5v<\2\u02db\u02dc\7B\2\2\u02dc"+ "\u02de\5v<\2\u02dd\u02db\3\2\2\2\u02de\u02e1\3\2\2\2\u02df\u02dd\3\2\2"+ "\2\u02df\u02e0\3\2\2\2\u02e0\u02e3\3\2\2\2\u02e1\u02df\3\2\2\2\u02e2\u02da"+ "\3\2\2\2\u02e2\u02e3\3\2\2\2\u02e3\u02e5\3\2\2\2\u02e4\u02e6\7B\2\2\u02e5"+ "\u02e4\3\2\2\2\u02e5\u02e6\3\2\2\2\u02e6\u02e7\3\2\2\2\u02e7\u02e8\7>"+ "\2\2\u02e8y\3\2\2\2\u02e9\u02ea\7g\2\2\u02ea\u02eb\7\36\2\2\u02eb\u02ec"+ "\7f\2\2\u02ec\u02ed\5|?\2\u02ed{\3\2\2\2\u02ee\u02f2\7=\2\2\u02ef\u02f1"+ "\5~@\2\u02f0\u02ef\3\2\2\2\u02f1\u02f4\3\2\2\2\u02f2\u02f0\3\2\2\2\u02f2"+ "\u02f3\3\2\2\2\u02f3\u02f5\3\2\2\2\u02f4\u02f2\3\2\2\2\u02f5\u02f6\7>"+ "\2\2\u02f6}\3\2\2\2\u02f7\u02f9\5\n\6\2\u02f8\u02f7\3\2\2\2\u02f9\u02fc"+ "\3\2\2\2\u02fa\u02f8\3\2\2\2\u02fa\u02fb\3\2\2\2\u02fb\u02fd\3\2\2\2\u02fc"+ "\u02fa\3\2\2\2\u02fd\u0300\5\u0080A\2\u02fe\u0300\7A\2\2\u02ff\u02fa\3"+ "\2\2\2\u02ff\u02fe\3\2\2\2\u0300\177\3\2\2\2\u0301\u0302\5R*\2\u0302\u0303"+ "\5\u0082B\2\u0303\u0304\7A\2\2\u0304\u0316\3\2\2\2\u0305\u0307\5\20\t"+ "\2\u0306\u0308\7A\2\2\u0307\u0306\3\2\2\2\u0307\u0308\3\2\2\2\u0308\u0316"+ "\3\2\2\2\u0309\u030b\5 \21\2\u030a\u030c\7A\2\2\u030b\u030a\3\2\2\2\u030b"+ "\u030c\3\2\2\2\u030c\u0316\3\2\2\2\u030d\u030f\5\30\r\2\u030e\u0310\7"+ "A\2\2\u030f\u030e\3\2\2\2\u030f\u0310\3\2\2\2\u0310\u0316\3\2\2\2\u0311"+ "\u0313\5z>\2\u0312\u0314\7A\2\2\u0313\u0312\3\2\2\2\u0313\u0314\3\2\2"+ "\2\u0314\u0316\3\2\2\2\u0315\u0301\3\2\2\2\u0315\u0305\3\2\2\2\u0315\u0309"+ "\3\2\2\2\u0315\u030d\3\2\2\2\u0315\u0311\3\2\2\2\u0316\u0081\3\2\2\2\u0317"+ "\u031a\5\u0084C\2\u0318\u031a\5\u0086D\2\u0319\u0317\3\2\2\2\u0319\u0318"+ "\3\2\2\2\u031a\u0083\3\2\2\2\u031b\u031c\7f\2\2\u031c\u031d\7;\2\2\u031d"+ "\u031f\7<\2\2\u031e\u0320\5\u0088E\2\u031f\u031e\3\2\2\2\u031f\u0320\3"+ "\2\2\2\u0320\u0085\3\2\2\2\u0321\u0322\5B\"\2\u0322\u0087\3\2\2\2\u0323"+ "\u0324\7\16\2\2\u0324\u0325\5v<\2\u0325\u0089\3\2\2\2\u0326\u032a\7=\2"+ "\2\u0327\u0329\5\u008cG\2\u0328\u0327\3\2\2\2\u0329\u032c\3\2\2\2\u032a"+ "\u0328\3\2\2\2\u032a\u032b\3\2\2\2\u032b\u032d\3\2\2\2\u032c\u032a\3\2"+ "\2\2\u032d\u032e\7>\2\2\u032e\u008b\3\2\2\2\u032f\u0333\5\u008eH\2\u0330"+ "\u0333\5\u0092J\2\u0331\u0333\5\b\5\2\u0332\u032f\3\2\2\2\u0332\u0330"+ "\3\2\2\2\u0332\u0331\3\2\2\2\u0333\u008d\3\2\2\2\u0334\u0335\5\u0090I"+ "\2\u0335\u0336\7A\2\2\u0336\u008f\3\2\2\2\u0337\u0339\5\16\b\2\u0338\u0337"+ "\3\2\2\2\u0339\u033c\3\2\2\2\u033a\u0338\3\2\2\2\u033a\u033b\3\2\2\2\u033b"+ "\u033d\3\2\2\2\u033c\u033a\3\2\2\2\u033d\u033e\5R*\2\u033e\u033f\5B\""+ "\2\u033f\u0091\3\2\2\2\u0340\u03a9\5\u008aF\2\u0341\u0342\7\4\2\2\u0342"+ "\u0345\5\u00b4[\2\u0343\u0344\7J\2\2\u0344\u0346\5\u00b4[\2\u0345\u0343"+ "\3\2\2\2\u0345\u0346\3\2\2\2\u0346\u0347\3\2\2\2\u0347\u0348\7A\2\2\u0348"+ "\u03a9\3\2\2\2\u0349\u034a\7\30\2\2\u034a\u034b\5\u00acW\2\u034b\u034e"+ "\5\u0092J\2\u034c\u034d\7\21\2\2\u034d\u034f\5\u0092J\2\u034e\u034c\3"+ "\2\2\2\u034e\u034f\3\2\2\2\u034f\u03a9\3\2\2\2\u0350\u0351\7\27\2\2\u0351"+ "\u0352\7;\2\2\u0352\u0353\5\u00a4S\2\u0353\u0354\7<\2\2\u0354\u0355\5"+ "\u0092J\2\u0355\u03a9\3\2\2\2\u0356\u0357\7\64\2\2\u0357\u0358\5\u00ac"+ "W\2\u0358\u0359\5\u0092J\2\u0359\u03a9\3\2\2\2\u035a\u035b\7\17\2\2\u035b"+ "\u035c\5\u0092J\2\u035c\u035d\7\64\2\2\u035d\u035e\5\u00acW\2\u035e\u035f"+ "\7A\2\2\u035f\u03a9\3\2\2\2\u0360\u0361\7\61\2\2\u0361\u036b\5\u008aF"+ "\2\u0362\u0364\5\u0094K\2\u0363\u0362\3\2\2\2\u0364\u0365\3\2\2\2\u0365"+ "\u0363\3\2\2\2\u0365\u0366\3\2\2\2\u0366\u0368\3\2\2\2\u0367\u0369\5\u0098"+ "M\2\u0368\u0367\3\2\2\2\u0368\u0369\3\2\2\2\u0369\u036c\3\2\2\2\u036a"+ "\u036c\5\u0098M\2\u036b\u0363\3\2\2\2\u036b\u036a\3\2\2\2\u036c\u03a9"+ "\3\2\2\2\u036d\u036e\7\61\2\2\u036e\u036f\5\u009aN\2\u036f\u0373\5\u008a"+ "F\2\u0370\u0372\5\u0094K\2\u0371\u0370\3\2\2\2\u0372\u0375\3\2\2\2\u0373"+ "\u0371\3\2\2\2\u0373\u0374\3\2\2\2\u0374\u0377\3\2\2\2\u0375\u0373\3\2"+ "\2\2\u0376\u0378\5\u0098M\2\u0377\u0376\3\2\2\2\u0377\u0378\3\2\2\2\u0378"+ "\u03a9\3\2\2\2\u0379\u037a\7+\2\2\u037a\u037b\5\u00acW\2\u037b\u037f\7"+ "=\2\2\u037c\u037e\5\u00a0Q\2\u037d\u037c\3\2\2\2\u037e\u0381\3\2\2\2\u037f"+ "\u037d\3\2\2\2\u037f\u0380\3\2\2\2\u0380\u0385\3\2\2\2\u0381\u037f\3\2"+ "\2\2\u0382\u0384\5\u00a2R\2\u0383\u0382\3\2\2\2\u0384\u0387\3\2\2\2\u0385"+ "\u0383\3\2\2\2\u0385\u0386\3\2\2\2\u0386\u0388\3\2\2\2\u0387\u0385\3\2"+ "\2\2\u0388\u0389\7>\2\2\u0389\u03a9\3\2\2\2\u038a\u038b\7,\2\2\u038b\u038c"+ "\5\u00acW\2\u038c\u038d\5\u008aF\2\u038d\u03a9\3\2\2\2\u038e\u0390\7&"+ "\2\2\u038f\u0391\5\u00b4[\2\u0390\u038f\3\2\2\2\u0390\u0391\3\2\2\2\u0391"+ "\u0392\3\2\2\2\u0392\u03a9\7A\2\2\u0393\u0394\7.\2\2\u0394\u0395\5\u00b4"+ "[\2\u0395\u0396\7A\2\2\u0396\u03a9\3\2\2\2\u0397\u0399\7\6\2\2\u0398\u039a"+ "\7f\2\2\u0399\u0398\3\2\2\2\u0399\u039a\3\2\2\2\u039a\u039b\3\2\2\2\u039b"+ "\u03a9\7A\2\2\u039c\u039e\7\r\2\2\u039d\u039f\7f\2\2\u039e\u039d\3\2\2"+ "\2\u039e\u039f\3\2\2\2\u039f\u03a0\3\2\2\2\u03a0\u03a9\7A\2\2\u03a1\u03a9"+ "\7A\2\2\u03a2\u03a3\5\u00b0Y\2\u03a3\u03a4\7A\2\2\u03a4\u03a9\3\2\2\2"+ "\u03a5\u03a6\7f\2\2\u03a6\u03a7\7J\2\2\u03a7\u03a9\5\u0092J\2\u03a8\u0340"+ "\3\2\2\2\u03a8\u0341\3\2\2\2\u03a8\u0349\3\2\2\2\u03a8\u0350\3\2\2\2\u03a8"+ "\u0356\3\2\2\2\u03a8\u035a\3\2\2\2\u03a8\u0360\3\2\2\2\u03a8\u036d\3\2"+ "\2\2\u03a8\u0379\3\2\2\2\u03a8\u038a\3\2\2\2\u03a8\u038e\3\2\2\2\u03a8"+ "\u0393\3\2\2\2\u03a8\u0397\3\2\2\2\u03a8\u039c\3\2\2\2\u03a8\u03a1\3\2"+ "\2\2\u03a8\u03a2\3\2\2\2\u03a8\u03a5\3\2\2\2\u03a9\u0093\3\2\2\2\u03aa"+ "\u03ab\7\t\2\2\u03ab\u03af\7;\2\2\u03ac\u03ae\5\16\b\2\u03ad\u03ac\3\2"+ "\2\2\u03ae\u03b1\3\2\2\2\u03af\u03ad\3\2\2\2\u03af\u03b0\3\2\2\2\u03b0"+ "\u03b2\3\2\2\2\u03b1\u03af\3\2\2\2\u03b2\u03b3\5\u0096L\2\u03b3\u03b4"+ "\7f\2\2\u03b4\u03b5\7<\2\2\u03b5\u03b6\5\u008aF\2\u03b6\u0095\3\2\2\2"+ "\u03b7\u03bc\5j\66\2\u03b8\u03b9\7X\2\2\u03b9\u03bb\5j\66\2\u03ba\u03b8"+ "\3\2\2\2\u03bb\u03be\3\2\2\2\u03bc\u03ba\3\2\2\2\u03bc\u03bd\3\2\2\2\u03bd"+ "\u0097\3\2\2\2\u03be\u03bc\3\2\2\2\u03bf\u03c0\7\25\2\2\u03c0\u03c1\5"+ "\u008aF\2\u03c1\u0099\3\2\2\2\u03c2\u03c3\7;\2\2\u03c3\u03c5\5\u009cO"+ "\2\u03c4\u03c6\7A\2\2\u03c5\u03c4\3\2\2\2\u03c5\u03c6\3\2\2\2\u03c6\u03c7"+ "\3\2\2\2\u03c7\u03c8\7<\2\2\u03c8\u009b\3\2\2\2\u03c9\u03ce\5\u009eP\2"+ "\u03ca\u03cb\7A\2\2\u03cb\u03cd\5\u009eP\2\u03cc\u03ca\3\2\2\2\u03cd\u03d0"+ "\3\2\2\2\u03ce\u03cc\3\2\2\2\u03ce\u03cf\3\2\2\2\u03cf\u009d\3\2\2\2\u03d0"+ "\u03ce\3\2\2\2\u03d1\u03d3\5\16\b\2\u03d2\u03d1\3\2\2\2\u03d3\u03d6\3"+ "\2\2\2\u03d4\u03d2\3\2\2\2\u03d4\u03d5\3\2\2\2\u03d5\u03d7\3\2\2\2\u03d6"+ "\u03d4\3\2\2\2\u03d7\u03d8\5T+\2\u03d8\u03d9\5F$\2\u03d9\u03da\7D\2\2"+ "\u03da\u03db\5\u00b4[\2\u03db\u009f\3\2\2\2\u03dc\u03de\5\u00a2R\2\u03dd"+ "\u03dc\3\2\2\2\u03de\u03df\3\2\2\2\u03df\u03dd\3\2\2\2\u03df\u03e0\3\2"+ "\2\2\u03e0\u03e2\3\2\2\2\u03e1\u03e3\5\u008cG\2\u03e2\u03e1\3\2\2\2\u03e3"+ "\u03e4\3\2\2\2\u03e4\u03e2\3\2\2\2\u03e4\u03e5\3\2\2\2\u03e5\u00a1\3\2"+ "\2\2\u03e6\u03e7\7\b\2\2\u03e7\u03e8\5\u00b2Z\2\u03e8\u03e9\7J\2\2\u03e9"+ "\u03f1\3\2\2\2\u03ea\u03eb\7\b\2\2\u03eb\u03ec\5N(\2\u03ec\u03ed\7J\2"+ "\2\u03ed\u03f1\3\2\2\2\u03ee\u03ef\7\16\2\2\u03ef\u03f1\7J\2\2\u03f0\u03e6"+ "\3\2\2\2\u03f0\u03ea\3\2\2\2\u03f0\u03ee\3\2\2\2\u03f1\u00a3\3\2\2\2\u03f2"+ "\u03ff\5\u00a8U\2\u03f3\u03f5\5\u00a6T\2\u03f4\u03f3\3\2\2\2\u03f4\u03f5"+ "\3\2\2\2\u03f5\u03f6\3\2\2\2\u03f6\u03f8\7A\2\2\u03f7\u03f9\5\u00b4[\2"+ "\u03f8\u03f7\3\2\2\2\u03f8\u03f9\3\2\2\2\u03f9\u03fa\3\2\2\2\u03fa\u03fc"+ "\7A\2\2\u03fb\u03fd\5\u00aaV\2\u03fc\u03fb\3\2\2\2\u03fc\u03fd\3\2\2\2"+ "\u03fd\u03ff\3\2\2\2\u03fe\u03f2\3\2\2\2\u03fe\u03f4\3\2\2\2\u03ff\u00a5"+ "\3\2\2\2\u0400\u0403\5\u0090I\2\u0401\u0403\5\u00aeX\2\u0402\u0400\3\2"+ "\2\2\u0402\u0401\3\2\2\2\u0403\u00a7\3\2\2\2\u0404\u0406\5\16\b\2\u0405"+ "\u0404\3\2\2\2\u0406\u0409\3\2\2\2\u0407\u0405\3\2\2\2\u0407\u0408\3\2"+ "\2\2\u0408\u040a\3\2\2\2\u0409\u0407\3\2\2\2\u040a\u040b\5R*\2\u040b\u040c"+ "\7f\2\2\u040c\u040d\7J\2\2\u040d\u040e\5\u00b4[\2\u040e\u00a9\3\2\2\2"+ "\u040f\u0410\5\u00aeX\2\u0410\u00ab\3\2\2\2\u0411\u0412\7;\2\2\u0412\u0413"+ "\5\u00b4[\2\u0413\u0414\7<\2\2\u0414\u00ad\3\2\2\2\u0415\u041a\5\u00b4"+ "[\2\u0416\u0417\7B\2\2\u0417\u0419\5\u00b4[\2\u0418\u0416\3\2\2\2\u0419"+ "\u041c\3\2\2\2\u041a\u0418\3\2\2\2\u041a\u041b\3\2\2\2\u041b\u00af\3\2"+ "\2\2\u041c\u041a\3\2\2\2\u041d\u041e\5\u00b4[\2\u041e\u00b1\3\2\2\2\u041f"+ "\u0420\5\u00b4[\2\u0420\u00b3\3\2\2\2\u0421\u0422\b[\1\2\u0422\u0423\7"+ ";\2\2\u0423\u0424\5R*\2\u0424\u0425\7<\2\2\u0425\u0426\5\u00b4[\2\u0426"+ "\u042f\3\2\2\2\u0427\u0428\t\7\2\2\u0428\u042f\5\u00b4[\2\u0429\u042a"+ "\t\b\2\2\u042a\u042f\5\u00b4[\2\u042b\u042f\5\u00b6\\\2\u042c\u042d\7"+ "!\2\2\u042d\u042f\5\u00b8]\2\u042e\u0421\3\2\2\2\u042e\u0427\3\2\2\2\u042e"+ "\u0429\3\2\2\2\u042e\u042b\3\2\2\2\u042e\u042c\3\2\2\2\u042f\u0492\3\2"+ "\2\2\u0430\u0431\6[\2\3\u0431\u0432\t\t\2\2\u0432\u0491\5\u00b4[\2\u0433"+ "\u0434\6[\3\3\u0434\u0435\t\n\2\2\u0435\u0491\5\u00b4[\2\u0436\u043e\6"+ "[\4\3\u0437\u0438\7F\2\2\u0438\u043f\7F\2\2\u0439\u043a\7E\2\2\u043a\u043b"+ "\7E\2\2\u043b\u043f\7E\2\2\u043c\u043d\7E\2\2\u043d\u043f\7E\2\2\u043e"+ "\u0437\3\2\2\2\u043e\u0439\3\2\2\2\u043e\u043c\3\2\2\2\u043f\u0440\3\2"+ "\2\2\u0440\u0491\5\u00b4[\2\u0441\u0442\6[\5\3\u0442\u0443\t\13\2\2\u0443"+ "\u0491\5\u00b4[\2\u0444\u0445\6[\6\3\u0445\u0446\t\f\2\2\u0446\u0491\5"+ "\u00b4[\2\u0447\u0448\6[\7\3\u0448\u0449\7W\2\2\u0449\u0491\5\u00b4[\2"+ "\u044a\u044b\6[\b\3\u044b\u044c\7Y\2\2\u044c\u0491\5\u00b4[\2\u044d\u044e"+ "\6[\t\3\u044e\u044f\7X\2\2\u044f\u0491\5\u00b4[\2\u0450\u0451\6[\n\3\u0451"+ "\u0452\7O\2\2\u0452\u0491\5\u00b4[\2\u0453\u0454\6[\13\3\u0454\u0455\7"+ "P\2\2\u0455\u0491\5\u00b4[\2\u0456\u0463\6[\f\3\u0457\u0464\7D\2\2\u0458"+ "\u0464\7[\2\2\u0459\u0464\7\\\2\2\u045a\u0464\7]\2\2\u045b\u0464\7^\2"+ "\2\u045c\u0464\7_\2\2\u045d\u0464\7`\2\2\u045e\u0464\7a\2\2\u045f\u0464"+ "\7d\2\2\u0460\u0464\7e\2\2\u0461\u0464\7c\2\2\u0462\u0464\7b\2\2\u0463"+ "\u0457\3\2\2\2\u0463\u0458\3\2\2\2\u0463\u0459\3\2\2\2\u0463\u045a\3\2"+ "\2\2\u0463\u045b\3\2\2\2\u0463\u045c\3\2\2\2\u0463\u045d\3\2\2\2\u0463"+ "\u045e\3\2\2\2\u0463\u045f\3\2\2\2\u0463\u0460\3\2\2\2\u0463\u0461\3\2"+ "\2\2\u0463\u0462\3\2\2\2\u0464\u0465\3\2\2\2\u0465\u0491\5\u00b4[\2\u0466"+ "\u0467\6[\r\3\u0467\u0468\7I\2\2\u0468\u0469\5\u00b4[\2\u0469\u046a\7"+ "J\2\2\u046a\u046b\5\u00b4[\2\u046b\u0491\3\2\2\2\u046c\u046d\6[\16\3\u046d"+ "\u046e\7C\2\2\u046e\u0491\7f\2\2\u046f\u0470\6[\17\3\u0470\u0471\7C\2"+ "\2\u0471\u0491\7-\2\2\u0472\u0473\6[\20\3\u0473\u0474\7C\2\2\u0474\u0476"+ "\7!\2\2\u0475\u0477\5\u00c4c\2\u0476\u0475\3\2\2\2\u0476\u0477\3\2\2\2"+ "\u0477\u0478\3\2\2\2\u0478\u0491\5\u00bc_\2\u0479\u047a\6[\21\3\u047a"+ "\u047b\7C\2\2\u047b\u047c\7*\2\2\u047c\u0491\5\u00caf\2\u047d\u047e\6"+ "[\22\3\u047e\u047f\7C\2\2\u047f\u0491\5\u00c2b\2\u0480\u0481\6[\23\3\u0481"+ "\u0482\7?\2\2\u0482\u0483\5\u00b4[\2\u0483\u0484\7@\2\2\u0484\u0491\3"+ "\2\2\2\u0485\u0486\6[\24\3\u0486\u0488\7;\2\2\u0487\u0489\5\u00aeX\2\u0488"+ "\u0487\3\2\2\2\u0488\u0489\3\2\2\2\u0489\u048a\3\2\2\2\u048a\u0491\7<"+ "\2\2\u048b\u048c\6[\25\3\u048c\u0491\t\r\2\2\u048d\u048e\6[\26\3\u048e"+ "\u048f\7\34\2\2\u048f\u0491\5R*\2\u0490\u0430\3\2\2\2\u0490\u0433\3\2"+ "\2\2\u0490\u0436\3\2\2\2\u0490\u0441\3\2\2\2\u0490\u0444\3\2\2\2\u0490"+ "\u0447\3\2\2\2\u0490\u044a\3\2\2\2\u0490\u044d\3\2\2\2\u0490\u0450\3\2"+ "\2\2\u0490\u0453\3\2\2\2\u0490\u0456\3\2\2\2\u0490\u0466\3\2\2\2\u0490"+ "\u046c\3\2\2\2\u0490\u046f\3\2\2\2\u0490\u0472\3\2\2\2\u0490\u0479\3\2"+ "\2\2\u0490\u047d\3\2\2\2\u0490\u0480\3\2\2\2\u0490\u0485\3\2\2\2\u0490"+ "\u048b\3\2\2\2\u0490\u048d\3\2\2\2\u0491\u0494\3\2\2\2\u0492\u0490\3\2"+ "\2\2\u0492\u0493\3\2\2\2\u0493\u00b5\3\2\2\2\u0494\u0492\3\2\2\2\u0495"+ "\u0496\7;\2\2\u0496\u0497\5\u00b4[\2\u0497\u0498\7<\2\2\u0498\u04ab\3"+ "\2\2\2\u0499\u04ab\7-\2\2\u049a\u04ab\7*\2\2\u049b\u04ab\5l\67\2\u049c"+ "\u04ab\7f\2\2\u049d\u049e\5R*\2\u049e\u049f\7C\2\2\u049f\u04a0\7\13\2"+ "\2\u04a0\u04ab\3\2\2\2\u04a1\u04a2\7\62\2\2\u04a2\u04a3\7C\2\2\u04a3\u04ab"+ "\7\13\2\2\u04a4\u04a8\5\u00c4c\2\u04a5\u04a9\5\u00ccg\2\u04a6\u04a7\7"+ "-\2\2\u04a7\u04a9\5\u00ceh\2\u04a8\u04a5\3\2\2\2\u04a8\u04a6\3\2\2\2\u04a9"+ "\u04ab\3\2\2\2\u04aa\u0495\3\2\2\2\u04aa\u0499\3\2\2\2\u04aa\u049a\3\2"+ "\2\2\u04aa\u049b\3\2\2\2\u04aa\u049c\3\2\2\2\u04aa\u049d\3\2\2\2\u04aa"+ "\u04a1\3\2\2\2\u04aa\u04a4\3\2\2\2\u04ab\u00b7\3\2\2\2\u04ac\u04ad\5\u00c4"+ "c\2\u04ad\u04ae\5\u00ba^\2\u04ae\u04af\5\u00c0a\2\u04af\u04b6\3\2\2\2"+ "\u04b0\u04b3\5\u00ba^\2\u04b1\u04b4\5\u00be`\2\u04b2\u04b4\5\u00c0a\2"+ "\u04b3\u04b1\3\2\2\2\u04b3\u04b2\3\2\2\2\u04b4\u04b6\3\2\2\2\u04b5\u04ac"+ "\3\2\2\2\u04b5\u04b0\3\2\2\2\u04b6\u00b9\3\2\2\2\u04b7\u04b9\7f\2\2\u04b8"+ "\u04ba\5\u00c6d\2\u04b9\u04b8\3\2\2\2\u04b9\u04ba\3\2\2\2\u04ba\u04c2"+ "\3\2\2\2\u04bb\u04bc\7C\2\2\u04bc\u04be\7f\2\2\u04bd\u04bf\5\u00c6d\2"+ "\u04be\u04bd\3\2\2\2\u04be\u04bf\3\2\2\2\u04bf\u04c1\3\2\2\2\u04c0\u04bb"+ "\3\2\2\2\u04c1\u04c4\3\2\2\2\u04c2\u04c0\3\2\2\2\u04c2\u04c3\3\2\2\2\u04c3"+ "\u04c7\3\2\2\2\u04c4\u04c2\3\2\2\2\u04c5\u04c7\5V,\2\u04c6\u04b7\3\2\2"+ "\2\u04c6\u04c5\3\2\2\2\u04c7\u00bb\3\2\2\2\u04c8\u04ca\7f\2\2\u04c9\u04cb"+ "\5\u00c8e\2\u04ca\u04c9\3\2\2\2\u04ca\u04cb\3\2\2\2\u04cb\u04cc\3\2\2"+ "\2\u04cc\u04cd\5\u00c0a\2\u04cd\u00bd\3\2\2\2\u04ce\u04ea\7?\2\2\u04cf"+ "\u04d4\7@\2\2\u04d0\u04d1\7?\2\2\u04d1\u04d3\7@\2\2\u04d2\u04d0\3\2\2"+ "\2\u04d3\u04d6\3\2\2\2\u04d4\u04d2\3\2\2\2\u04d4\u04d5\3\2\2\2\u04d5\u04d7"+ "\3\2\2\2\u04d6\u04d4\3\2\2\2\u04d7\u04eb\5J&\2\u04d8\u04d9\5\u00b4[\2"+ "\u04d9\u04e0\7@\2\2\u04da\u04db\7?\2\2\u04db\u04dc\5\u00b4[\2\u04dc\u04dd"+ "\7@\2\2\u04dd\u04df\3\2\2\2\u04de\u04da\3\2\2\2\u04df\u04e2\3\2\2\2\u04e0"+ "\u04de\3\2\2\2\u04e0\u04e1\3\2\2\2\u04e1\u04e7\3\2\2\2\u04e2\u04e0\3\2"+ "\2\2\u04e3\u04e4\7?\2\2\u04e4\u04e6\7@\2\2\u04e5\u04e3\3\2\2\2\u04e6\u04e9"+ "\3\2\2\2\u04e7\u04e5\3\2\2\2\u04e7\u04e8\3\2\2\2\u04e8\u04eb\3\2\2\2\u04e9"+ "\u04e7\3\2\2\2\u04ea\u04cf\3\2\2\2\u04ea\u04d8\3\2\2\2\u04eb\u00bf\3\2"+ "\2\2\u04ec\u04ee\5\u00ceh\2\u04ed\u04ef\5$\23\2\u04ee\u04ed\3\2\2\2\u04ee"+ "\u04ef\3\2\2\2\u04ef\u00c1\3\2\2\2\u04f0\u04f1\5\u00c4c\2\u04f1\u04f2"+ "\5\u00ccg\2\u04f2\u00c3\3\2\2\2\u04f3\u04f4\7F\2\2\u04f4\u04f5\5\"\22"+ "\2\u04f5\u04f6\7E\2\2\u04f6\u00c5\3\2\2\2\u04f7\u04f8\7F\2\2\u04f8\u04fb"+ "\7E\2\2\u04f9\u04fb\5X-\2\u04fa\u04f7\3\2\2\2\u04fa\u04f9\3\2\2\2\u04fb"+ "\u00c7\3\2\2\2\u04fc\u04fd\7F\2\2\u04fd\u0500\7E\2\2\u04fe\u0500\5\u00c4"+ "c\2\u04ff\u04fc\3\2\2\2\u04ff\u04fe\3\2\2\2\u0500\u00c9\3\2\2\2\u0501"+ "\u0508\5\u00ceh\2\u0502\u0503\7C\2\2\u0503\u0505\7f\2\2\u0504\u0506\5"+ "\u00ceh\2\u0505\u0504\3\2\2\2\u0505\u0506\3\2\2\2\u0506\u0508\3\2\2\2"+ "\u0507\u0501\3\2\2\2\u0507\u0502\3\2\2\2\u0508\u00cb\3\2\2\2\u0509\u050a"+ "\7*\2\2\u050a\u050e\5\u00caf\2\u050b\u050c\7f\2\2\u050c\u050e\5\u00ce"+ "h\2\u050d\u0509\3\2\2\2\u050d\u050b\3\2\2\2\u050e\u00cd\3\2\2\2\u050f"+ "\u0511\7;\2\2\u0510\u0512\5\u00aeX\2\u0511\u0510\3\2\2\2\u0511\u0512\3"+ "\2\2\2\u0512\u0513\3\2\2\2\u0513\u0514\7<\2\2\u0514\u00cf\3\2\2\2\u0098"+ "\u00d1\u00d6\u00dc\u00e4\u00ed\u00f2\u00f9\u0100\u0107\u010e\u0113\u0117"+ "\u011b\u011f\u0124\u0128\u012c\u0136\u013e\u0145\u014c\u0150\u0153\u0156"+ "\u015f\u0165\u016a\u016d\u0173\u0179\u017d\u0186\u018d\u0196\u019d\u01a3"+ "\u01a7\u01b2\u01b6\u01be\u01c3\u01c7\u01d0\u01de\u01e3\u01ec\u01f4\u01fe"+ "\u0206\u020e\u0213\u021f\u0225\u022c\u0231\u0239\u023d\u023f\u024e\u0256"+ "\u0259\u025d\u0262\u0266\u0271\u027a\u027c\u0283\u0288\u0291\u0296\u0299"+ "\u029e\u02a7\u02b7\u02c1\u02c4\u02cd\u02d7\u02df\u02e2\u02e5\u02f2\u02fa"+ "\u02ff\u0307\u030b\u030f\u0313\u0315\u0319\u031f\u032a\u0332\u033a\u0345"+ "\u034e\u0365\u0368\u036b\u0373\u0377\u037f\u0385\u0390\u0399\u039e\u03a8"+ "\u03af\u03bc\u03c5\u03ce\u03d4\u03df\u03e4\u03f0\u03f4\u03f8\u03fc\u03fe"+ "\u0402\u0407\u041a\u042e\u043e\u0463\u0476\u0488\u0490\u0492\u04a8\u04aa"+ "\u04b3\u04b5\u04b9\u04be\u04c2\u04c6\u04ca\u04d4\u04e0\u04e7\u04ea\u04ee"+ "\u04fa\u04ff\u0505\u0507\u050d\u0511"; public static final ATN _ATN = ATNSimulator.deserialize(_serializedATN.toCharArray()); static { _decisionToDFA = new DFA[_ATN.getNumberOfDecisions()]; for (int i = 0; i < _ATN.getNumberOfDecisions(); i++) { _decisionToDFA[i] = new DFA(_ATN.getDecisionState(i), i); }
69d39990-5b11-4dd2-9123-eb1fbd0ee116
public java.lang.String getCustomPhone18() { return this.customPhone18; }
e84f3cb9-a18d-48c7-8843-2cab0bea841c
public java.lang.String getCampaignStatus() { return this.campaignStatus; }
60f97dc1-bd35-465b-aab6-dbd9df4421eb
public java.util.Calendar getCustomDate42() { return this.customDate42; }
fb63b679-5bc4-4520-b264-a9403c333652
public crmondemand.xml.contact.query.QueryType getCustomText15() { return this.customText15; }
52fba52a-4426-4f65-9a3d-0724636918b8
public crmondemand.xml.opportunity.query.QueryType getContactAccountName() { return this.contactAccountName; }
a0839076-2b09-424f-8fbe-79e566d76104
public java.math.BigDecimal getCustomNumber19() { return this.customNumber19; }
e5bdf1f3-5432-41db-bc72-03940e56fe61
public void run() { try { HongKong hongkong = new HongKong(); hongkong.setUp(); String result[] = hongkong.testHongKong(placeorders.isSelected()); for (int i = 0; i < result.length; i++) { if (result[i] != null) output.append(result[i] + "\n"); } output.append("\n"); output.setCaretPosition(output.getDocument().getLength()); if (result[0].equals("Hong Kong: Passed")) { hkbutton.setBackground(green); } else { hkbutton.setBackground(red); } if (placeorders.isSelected()) hongkong.tearDown(); } catch (Exception e1) { // TODO Auto-generated catch block e1.printStackTrace(); } }
47ae75d9-61ee-49a2-951a-b256ef451a19
public void setHouseholdIntegrationId(crmondemand.xml.customobject6.query.QueryType householdIntegrationId) { this.householdIntegrationId = householdIntegrationId; }
8e927ca3-c8d0-41d0-8f9d-c70a4e74b3ea
private void startThread(){ validateThread = new ValidateThread(); validateThread.start(); writeFileTrhead = new WriteFileThread(); writeFileTrhead.start(); }
8be258ae-9b83-49ca-aa21-eb986d222212
public java.lang.String getCustomText1() { return this.customText1; }
d9b40146-56fb-4fbf-902c-458289011eba
public void setCustomObject10ExternalSystemId(crmondemand.xml.opportunity.query.QueryType customObject10ExternalSystemId) { this.customObject10ExternalSystemId = customObject10ExternalSystemId; }
eb85a683-8ba9-4366-b9a0-8b7cb72b6b38
public java.math.BigDecimal getCustomNumber54() { return this.customNumber54; }
2edd8c43-8dab-4376-a56b-1b33acf29204
public void setOwnerIntegrationId(java.lang.String ownerIntegrationId) { this.ownerIntegrationId = ownerIntegrationId; }
6fa39cb5-7f93-4b02-899e-79895c2d3d13
public crmondemand.xml.customobject3.query.QueryType getCustomObject12Id() { return this.customObject12Id; }
79ed6bb4-8d1d-4d6e-9717-2c3627e3f894
public void setModifiedById(crmondemand.xml.customobject6.query.QueryType modifiedById) { this.modifiedById = modifiedById; }
25f84b23-6265-4be1-bc01-d12290a581f6
public void setZCustomNumber29(crmondemand.xml.customobject6.query.QueryType zCustomNumber29) { this.zCustomNumber29 = zCustomNumber29; }
034dd317-6d4c-4b08-8307-335d21955d41
public crmondemand.xml.contact.query.QueryType getContactIntegrationId() { return this.contactIntegrationId; }
bda7718b-f4e3-4d84-a7ad-581c53fcc971
public void setCustomNumber38(java.math.BigDecimal customNumber38) { this.customNumber38 = customNumber38; }
f58bec0b-1f38-49e2-99a9-5b5a32cfa94a
public crmondemand.xml.contact.query.QueryType getClaimLossCode() { return this.claimLossCode; }
c8444747-d091-44e6-a822-6c8958299ec8
public void setCustomObject8Id(java.lang.String customObject8Id) { this.customObject8Id = customObject8Id; }
cd7044bd-15e3-4f84-b92a-378d6243679c
public void setCustomObject2IntegrationId(crmondemand.xml.customobject3.query.QueryType customObject2IntegrationId) { this.customObject2IntegrationId = customObject2IntegrationId; }
e3ddb787-3b3f-4442-945f-d25ed8580ff9
public void setMDFRequestExternalSystemId(java.lang.String mDFRequestExternalSystemId) { this.mDFRequestExternalSystemId = mDFRequestExternalSystemId; }
47178f35-86a9-4293-a043-1e4dd6085177
public Builder clear() { super.clear(); specFile_ = ""; bitField0_ = (bitField0_ & ~0x00000001); return this; }
009a6bf0-c54f-4df0-b3fa-76f2718fa412
public boolean getCollapseExpand();
80964e01-bc89-4c91-9657-c57cff618885
public void setCustomCurrency153(crmondemand.xml.customobject6.query.QueryType customCurrency153) { this.customCurrency153 = customCurrency153; }
bc3f4cf3-37ae-463d-a6fb-801a17fa525a
public void setTotalLiabilities(java.math.BigDecimal totalLiabilities) { this.totalLiabilities = totalLiabilities; }
a4a388ea-af49-43f9-9499-2462791da705
public crmondemand.xml.customobject6.query.QueryType getCustomDate57() { return this.customDate57; }
6a1d9e4e-9270-4673-8bb7-ad4a7032a78d
public java.util.Calendar getPolicyEffectiveDate() { return this.policyEffectiveDate; }
e6b82f11-ff77-46f8-bd64-d2881dacf9f1
public Builder newBuilderForType() { return newBuilder(); }
397708cb-2a70-4db2-949e-200f8542e5a4
public void setLeadSource(java.lang.String leadSource) { this.leadSource = leadSource; }
599c4c51-1127-457d-8d40-42879d7da56b
void checkPackets() { // 0xBD 0xE6 if ((getByte(0) == 136)) { if ((bytesAvailable() >= 3) && (getByte(1) == 51)) { switch (getByte(2)) { case 1: case 2: case 15: { // These are headers we can ignore (I hope) if (bytesAvailable() == 10) { consumeByte(10); } break; } case 4: { // This is a length header if (bytesAvailable() == 6) { dataSize = (getByte(5) << 8) + getByte(4); System.out.println("Data size set to " + dataSize); consumeByte(6); } break; } } } } else { // This bit is image data // Wait for a complete tile (16 bytes) before trying to process it if ((bytesAvailable() == 16) && (dataSize > 0)) { for (int offs = 0; offs < 8; offs++) { int b1 = getByte(offs * 2); int b2 = getByte(offs * 2 + 1); imageData[((tileY * 8 + offs) * IMAGE_WIDTH) + (tileX * 8) + 0] = palette[((b1 & 0x80) >> 6) + ((b2 & 0x80) >> 7)]; imageData[((tileY * 8 + offs) * IMAGE_WIDTH) + (tileX * 8) + 1] = palette[((b1 & 0x40) >> 5) + ((b2 & 0x40) >> 6)]; imageData[((tileY * 8 + offs) * IMAGE_WIDTH) + (tileX * 8) + 2] = palette[((b1 & 0x20) >> 4) + ((b2 & 0x20) >> 5)]; imageData[((tileY * 8 + offs) * IMAGE_WIDTH) + (tileX * 8) + 3] = palette[((b1 & 0x10) >> 3) + ((b2 & 0x10) >> 4)]; imageData[((tileY * 8 + offs) * IMAGE_WIDTH) + (tileX * 8) + 4] = palette[((b1 & 0x08) >> 2) + ((b2 & 0x08) >> 3)]; imageData[((tileY * 8 + offs) * IMAGE_WIDTH) + (tileX * 8) + 5] = palette[((b1 & 0x04) >> 1) + ((b2 & 0x04) >> 2)]; imageData[((tileY * 8 + offs) * IMAGE_WIDTH) + (tileX * 8) + 6] = palette[((b1 & 0x02) >> 0) + ((b2 & 0x02) >> 1)]; imageData[((tileY * 8 + offs) * IMAGE_WIDTH) + (tileX * 8) + 7] = palette[((b1 & 0x01) << 1) + ((b2 & 0x01) >> 0)]; } dataSize -= 16; tileX++; if (tileX == IMAGE_WIDTH >> 3) { tileX = 0; tileY++; if (tileY * 8 == IMAGE_HEIGHT - 8) { scrollImage(); tileY--; } } consumeByte(16); source.newPixels(); window.repaint(); } else if (dataSize == 0) { consumeByte(1); } } }
85f701cf-d979-4af4-b70e-dc38714b47d7
public java.lang.String getCustomObject5ExternalSystemId() { return this.customObject5ExternalSystemId; }
6c425230-0e0f-4e7d-8202-7f341eb63f15
public crmondemand.xml.opportunity.query.QueryType getTransactionName() { return this.transactionName; }
96ec09bd-c6ea-49dd-a394-37ee0de3278a
public void setCustomDate36(crmondemand.xml.customobject6.query.QueryType customDate36) { this.customDate36 = customDate36; }
a4d8fc4a-4130-4073-b44b-fc66ee287d42
public void setBusinessPlanStatus(crmondemand.xml.customobject3.query.QueryType businessPlanStatus) { this.businessPlanStatus = businessPlanStatus; }
24fa54a1-3d83-46bf-bb8c-36630f1d7663
public Object visit(Rule_cmdRsubInt rule) { if (!terminal) System.out.println(); System.out.print("<cmdRsubInt>"); terminal = false; visitRules(rule.rules); if (!terminal) System.out.println(); System.out.print("</cmdRsubInt>"); terminal = false; return null; }
1480bbc4-2415-448e-a3eb-2c426e82c624
public void setCustomObject9Type(crmondemand.xml.contact.query.QueryType customObject9Type) { this.customObject9Type = customObject9Type; }
9d5d1339-d4d6-40a0-9034-d8a42ecaeaad
final public void primary() throws ParseException { if (jj_2_41(2147483647)) { qualified_expression(); } else if (jj_2_42(2147483647)) { name(); } else if (jj_2_43(2147483647)) { literal(); } else if (jj_2_44(2147483647)) { aggregate(); } else if (jj_2_45(2147483647)) { jj_consume_token(152); expression(); jj_consume_token(153); } else { jj_consume_token(-1); throw new ParseException(); } }
2bb6456d-d942-4a62-ae8d-7fc8c50d4146
public java.math.BigDecimal getCustomNumber14() { return this.customNumber14; }
09360036-0a19-4efb-99ad-9c785f91c2c9
public void setCustomNumber42(crmondemand.xml.opportunity.query.QueryType customNumber42) { this.customNumber42 = customNumber42; }
ac68a65e-b2d1-4514-a484-f49e2071e171
public void setCustomText3(java.lang.String customText3) { this.customText3 = customText3; }
29e04014-a9dc-4b6c-86b0-1da10bc4a5bd
public crmondemand.xml.customobject3.query.QueryType getPolicyModalPremium() { return this.policyModalPremium; }
0b20a442-6b64-462b-ac77-a5001e3a352c
public Rectangle(int xMin, int yMin, int xMax, int yMax) { this.xMin = xMin; this.xMax = xMax; this.yMin = yMin; this.yMax = yMax; }
bbfb7c55-565a-411e-b778-5468deb13d3e
public void setCustomObject3ExternalSystemId(crmondemand.xml.contact.query.QueryType customObject3ExternalSystemId) { this.customObject3ExternalSystemId = customObject3ExternalSystemId; }
9228d36d-af96-49fc-acc1-23f251abd4c6
public static IControlSeguro getControlSeguro() { ClienteConection clienteConexion = new ClienteConection(); try{ clienteConexion.iniciar(); }catch(Exception ex){ System.out.println("Error en getControlSeguro. Constructor"); } return clienteConexion.getControlSeguro(); }
976d1054-15c6-4519-bc70-1af490a4679b
@Override public int getRuleIndex() { return RULE_constDeclaration; }
00b2a96e-720e-4385-a513-c772ea6edb98
public void setCustomPickList6(java.lang.String customPickList6) { this.customPickList6 = customPickList6; }
d371df81-bbf6-441d-842c-a3831955413c
public crmondemand.xml.customobject6.query.QueryType getCustomText48() { return this.customText48; }
f406e480-b43b-4062-a776-478aba5435a3
public crmondemand.xml.customobject6.query.QueryType getCustomObject7IntegrationId() { return this.customObject7IntegrationId; }
4d37ec2a-5f6b-4932-8bdb-0a846097a7ff
public crmondemand.xml.customobject6.query.QueryType getCustomText42() { return this.customText42; }
ef1f1f72-61f6-4556-98a1-33ee342d4862
public crmondemand.xml.opportunity.query.QueryType getCustomText70() { return this.customText70; }
12132516-8194-4aa6-b77b-1c307e953f4c
public java.util.Calendar getCustomDate18() { return this.customDate18; }
8ba11288-e03c-4259-9810-0ebfc9d0a8d2
public int getValorActual() { return valorActual; }
0dbe36cc-c9a9-4bb2-bade-461a86aa1afb
public void setCustomText37(java.lang.String customText37) { this.customText37 = customText37; }
b6f098f7-62ae-4392-9f1d-83dd8080da99
public crmondemand.xml.customobject6.query.QueryType getCustomObject15ExternalSystemId() { return this.customObject15ExternalSystemId; }
d06cf3a5-7e22-4105-923e-a447f9cb40fe
protected void setProperBounds() { setBounds(model.getRectangle()); }
3213270a-d694-4d97-88e6-c32b84ba0c1f
public void setCustomNumber6(crmondemand.xml.opportunity.query.QueryType customNumber6) { this.customNumber6 = customNumber6; }
2579294d-3bc4-4ffd-a63a-e21db83a4085
public static void setLastClicked(Object o) { lastClicked = o; }
e13ae92c-4ce4-41d6-afa7-fd2720376509
public void setCustomPickList17(crmondemand.xml.customobject3.query.QueryType customPickList17) { this.customPickList17 = customPickList17; }
2c51503f-c4f2-4fbd-87e2-8d94c7b50d6e
public void setCustomText5(java.lang.String customText5) { this.customText5 = customText5; }
919add65-043c-4ef0-ba0a-8153784f6d8d
public void setCustomObject14IntegrationId(java.lang.String customObject14IntegrationId) { this.customObject14IntegrationId = customObject14IntegrationId; }
847cee2f-fbdf-40d9-939e-d4a4f30f4992
public void setPolicyModalPremium(java.math.BigDecimal policyModalPremium) { this.policyModalPremium = policyModalPremium; }
cde41456-2c11-41de-b402-bc97a25a177c
public java.lang.String getOrderExternalSystemId() { return this.orderExternalSystemId; }
533897e2-cf4f-49e7-bca5-f9bccdaf14f6
public crmondemand.xml.opportunity.query.QueryType getAttachFileName() { return this.attachFileName; }
6ec9c6df-b54c-4c10-b0ed-e712d13af1a2
public void setCustomBoolean17(java.lang.Boolean customBoolean17) { this.customBoolean17 = customBoolean17; }
c07d6ad1-5eb2-4175-ac40-b9a2c41728b8
public java.lang.String getCustomText57() { return this.customText57; }
ee6f379d-5c1e-4f5c-88a8-8a92271cee58
public crmondemand.xml.customobject6.query.QueryType getAttachFileFullName() { return this.attachFileFullName; }
40732f92-4e82-4b54-959f-8cd2b98dfcd0
public java.lang.String getCustomPickList16() { return this.customPickList16; }
dd08f247-3d9f-406c-856b-69bb7aede320
public java.math.BigDecimal getCustomNumber22() { return this.customNumber22; }
bd45f61e-230e-49ee-87c8-e6dfa61949f7
public crmondemand.xml.contact.query.QueryType getCustomPickList98() { return this.customPickList98; }
dad2d14b-0f2c-48d0-9d04-58d063e1150a
public void setCustomObject13Id(crmondemand.xml.opportunity.query.QueryType customObject13Id) { this.customObject13Id = customObject13Id; }
4e887b6b-3c4f-4eac-a9c0-a79184aeae83
public java.lang.String getPartnerLocation() { return this.partnerLocation; }
2f80d67f-b434-47eb-8cc5-19c22d124a6a
public java.lang.Boolean getCustomBoolean11() { return this.customBoolean11; }
5121862c-8943-4a3e-974b-78c6efe36f50
@Override public void read(org.apache.thrift.protocol.TProtocol prot, getStatus_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getStatus_result implements org.apache.thrift.TBase<getStatus_result, getStatus_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getStatus_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.I32, (short)0); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getStatus_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getStatus_resultTupleSchemeFactory()); } /** * * @see fb_status */ public fb_status success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { /** * * @see fb_status */ SUCCESS((short)0, "success"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.EnumMetaData(org.apache.thrift.protocol.TType.ENUM, fb_status.class))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getStatus_result.class, metaDataMap); } public getStatus_result() { } public getStatus_result( fb_status success) { this(); this.success = success; } /** * Performs a deep copy on <i>other</i>. */ public getStatus_result(getStatus_result other) { if (other.isSetSuccess()) { this.success = other.success; } } public getStatus_result deepCopy() { return new getStatus_result(this); } @Override public void clear() { this.success = null; } /** * * @see fb_status */ public fb_status getSuccess() { return this.success; } /** * * @see fb_status */ public getStatus_result setSuccess(fb_status success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((fb_status)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getStatus_result) return this.equals((getStatus_result)that); return false; } public boolean equals(getStatus_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getStatus_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getStatus_result typedOther = (getStatus_result)other; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getStatus_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getStatus_resultStandardSchemeFactory implements SchemeFactory { public getStatus_resultStandardScheme getScheme() { return new getStatus_resultStandardScheme(); } } private static class getStatus_resultStandardScheme extends StandardScheme<getStatus_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, getStatus_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.I32) { struct.success = fb_status.findByValue(iprot.readI32()); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getStatus_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeI32(struct.success.getValue()); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getStatus_resultTupleSchemeFactory implements SchemeFactory { public getStatus_resultTupleScheme getScheme() { return new getStatus_resultTupleScheme(); } } private static class getStatus_resultTupleScheme extends TupleScheme<getStatus_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getStatus_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeI32(struct.success.getValue()); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getStatus_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = fb_status.findByValue(iprot.readI32()); struct.setSuccessIsSet(true); } } } } public static class getStatusDetails_args implements org.apache.thrift.TBase<getStatusDetails_args, getStatusDetails_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getStatusDetails_args"); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getStatusDetails_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getStatusDetails_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getStatusDetails_args.class, metaDataMap); } public getStatusDetails_args() { } /** * Performs a deep copy on <i>other</i>. */ public getStatusDetails_args(getStatusDetails_args other) { } public getStatusDetails_args deepCopy() { return new getStatusDetails_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getStatusDetails_args) return this.equals((getStatusDetails_args)that); return false; } public boolean equals(getStatusDetails_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } public int compareTo(getStatusDetails_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getStatusDetails_args typedOther = (getStatusDetails_args)other; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getStatusDetails_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getStatusDetails_argsStandardSchemeFactory implements SchemeFactory { public getStatusDetails_argsStandardScheme getScheme() { return new getStatusDetails_argsStandardScheme(); } } private static class getStatusDetails_argsStandardScheme extends StandardScheme<getStatusDetails_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, getStatusDetails_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getStatusDetails_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getStatusDetails_argsTupleSchemeFactory implements SchemeFactory { public getStatusDetails_argsTupleScheme getScheme() { return new getStatusDetails_argsTupleScheme(); } } private static class getStatusDetails_argsTupleScheme extends TupleScheme<getStatusDetails_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getStatusDetails_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getStatusDetails_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getStatusDetails_result implements org.apache.thrift.TBase<getStatusDetails_result, getStatusDetails_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getStatusDetails_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRING, (short)0); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getStatusDetails_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getStatusDetails_resultTupleSchemeFactory()); } public String success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getStatusDetails_result.class, metaDataMap); } public getStatusDetails_result() { } public getStatusDetails_result( String success) { this(); this.success = success; } /** * Performs a deep copy on <i>other</i>. */ public getStatusDetails_result(getStatusDetails_result other) { if (other.isSetSuccess()) { this.success = other.success; } } public getStatusDetails_result deepCopy() { return new getStatusDetails_result(this); } @Override public void clear() { this.success = null; } public String getSuccess() { return this.success; } public getStatusDetails_result setSuccess(String success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getStatusDetails_result) return this.equals((getStatusDetails_result)that); return false; } public boolean equals(getStatusDetails_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getStatusDetails_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getStatusDetails_result typedOther = (getStatusDetails_result)other; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getStatusDetails_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getStatusDetails_resultStandardSchemeFactory implements SchemeFactory { public getStatusDetails_resultStandardScheme getScheme() { return new getStatusDetails_resultStandardScheme(); } } private static class getStatusDetails_resultStandardScheme extends StandardScheme<getStatusDetails_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, getStatusDetails_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.success = iprot.readString(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getStatusDetails_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeString(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getStatusDetails_resultTupleSchemeFactory implements SchemeFactory { public getStatusDetails_resultTupleScheme getScheme() { return new getStatusDetails_resultTupleScheme(); } } private static class getStatusDetails_resultTupleScheme extends TupleScheme<getStatusDetails_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getStatusDetails_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeString(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getStatusDetails_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readString(); struct.setSuccessIsSet(true); } } } } public static class getCounters_args implements org.apache.thrift.TBase<getCounters_args, getCounters_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getCounters_args"); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getCounters_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getCounters_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getCounters_args.class, metaDataMap); } public getCounters_args() { } /** * Performs a deep copy on <i>other</i>. */ public getCounters_args(getCounters_args other) { } public getCounters_args deepCopy() { return new getCounters_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getCounters_args) return this.equals((getCounters_args)that); return false; } public boolean equals(getCounters_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } public int compareTo(getCounters_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getCounters_args typedOther = (getCounters_args)other; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getCounters_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getCounters_argsStandardSchemeFactory implements SchemeFactory { public getCounters_argsStandardScheme getScheme() { return new getCounters_argsStandardScheme(); } } private static class getCounters_argsStandardScheme extends StandardScheme<getCounters_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, getCounters_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getCounters_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getCounters_argsTupleSchemeFactory implements SchemeFactory { public getCounters_argsTupleScheme getScheme() { return new getCounters_argsTupleScheme(); } } private static class getCounters_argsTupleScheme extends TupleScheme<getCounters_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getCounters_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getCounters_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getCounters_result implements org.apache.thrift.TBase<getCounters_result, getCounters_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getCounters_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.MAP, (short)0); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getCounters_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getCounters_resultTupleSchemeFactory()); } public Map<String,Long> success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING), new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getCounters_result.class, metaDataMap); } public getCounters_result() { } public getCounters_result( Map<String,Long> success) { this(); this.success = success; } /** * Performs a deep copy on <i>other</i>. */ public getCounters_result(getCounters_result other) { if (other.isSetSuccess()) { Map<String,Long> __this__success = new HashMap<String,Long>(); for (Map.Entry<String, Long> other_element : other.success.entrySet()) { String other_element_key = other_element.getKey(); Long other_element_value = other_element.getValue(); String __this__success_copy_key = other_element_key; Long __this__success_copy_value = other_element_value; __this__success.put(__this__success_copy_key, __this__success_copy_value); } this.success = __this__success; } } public getCounters_result deepCopy() { return new getCounters_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public void putToSuccess(String key, long val) { if (this.success == null) { this.success = new HashMap<String,Long>(); } this.success.put(key, val); } public Map<String,Long> getSuccess() { return this.success; } public getCounters_result setSuccess(Map<String,Long> success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Map<String,Long>)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getCounters_result) return this.equals((getCounters_result)that); return false; } public boolean equals(getCounters_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getCounters_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getCounters_result typedOther = (getCounters_result)other; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getCounters_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getCounters_resultStandardSchemeFactory implements SchemeFactory { public getCounters_resultStandardScheme getScheme() { return new getCounters_resultStandardScheme(); } } private static class getCounters_resultStandardScheme extends StandardScheme<getCounters_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, getCounters_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.MAP) { { org.apache.thrift.protocol.TMap _map0 = iprot.readMapBegin(); struct.success = new HashMap<String,Long>(2*_map0.size); for (int _i1 = 0; _i1 < _map0.size; ++_i1) { String _key2; // optional long _val3; // required _key2 = iprot.readString(); _val3 = iprot.readI64(); struct.success.put(_key2, _val3); } iprot.readMapEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getCounters_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.I64, struct.success.size())); for (Map.Entry<String, Long> _iter4 : struct.success.entrySet()) { oprot.writeString(_iter4.getKey()); oprot.writeI64(_iter4.getValue()); } oprot.writeMapEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getCounters_resultTupleSchemeFactory implements SchemeFactory { public getCounters_resultTupleScheme getScheme() { return new getCounters_resultTupleScheme(); } } private static class getCounters_resultTupleScheme extends TupleScheme<getCounters_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getCounters_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (Map.Entry<String, Long> _iter5 : struct.success.entrySet()) { oprot.writeString(_iter5.getKey()); oprot.writeI64(_iter5.getValue()); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getCounters_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TMap _map6 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.I64, iprot.readI32()); struct.success = new HashMap<String,Long>(2*_map6.size); for (int _i7 = 0; _i7 < _map6.size; ++_i7) { String _key8; // optional long _val9; // required _key8 = iprot.readString(); _val9 = iprot.readI64(); struct.success.put(_key8, _val9); } } struct.setSuccessIsSet(true); } } } } public static class getCounter_args implements org.apache.thrift.TBase<getCounter_args, getCounter_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getCounter_args"); private static final org.apache.thrift.protocol.TField KEY_FIELD_DESC = new org.apache.thrift.protocol.TField("key", org.apache.thrift.protocol.TType.STRING, (short)1); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getCounter_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getCounter_argsTupleSchemeFactory()); } public String key; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { KEY((short)1, "key"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // KEY return KEY; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.KEY, new org.apache.thrift.meta_data.FieldMetaData("key", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getCounter_args.class, metaDataMap); } public getCounter_args() { } public getCounter_args( String key) { this(); this.key = key; } /** * Performs a deep copy on <i>other</i>. */ public getCounter_args(getCounter_args other) { if (other.isSetKey()) { this.key = other.key; } } public getCounter_args deepCopy() { return new getCounter_args(this); } @Override public void clear() { this.key = null; } public String getKey() { return this.key; } public getCounter_args setKey(String key) { this.key = key; return this; } public void unsetKey() { this.key = null; } /** Returns true if field key is set (has been assigned a value) and false otherwise */ public boolean isSetKey() { return this.key != null; } public void setKeyIsSet(boolean value) { if (!value) { this.key = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case KEY: if (value == null) { unsetKey(); } else { setKey((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case KEY: return getKey(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case KEY: return isSetKey(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getCounter_args) return this.equals((getCounter_args)that); return false; } public boolean equals(getCounter_args that) { if (that == null) return false; boolean this_present_key = true && this.isSetKey(); boolean that_present_key = true && that.isSetKey(); if (this_present_key || that_present_key) { if (!(this_present_key && that_present_key)) return false; if (!this.key.equals(that.key)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getCounter_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getCounter_args typedOther = (getCounter_args)other; lastComparison = Boolean.valueOf(isSetKey()).compareTo(typedOther.isSetKey()); if (lastComparison != 0) { return lastComparison; } if (isSetKey()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.key, typedOther.key); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getCounter_args("); boolean first = true; sb.append("key:"); if (this.key == null) { sb.append("null"); } else { sb.append(this.key); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getCounter_argsStandardSchemeFactory implements SchemeFactory { public getCounter_argsStandardScheme getScheme() { return new getCounter_argsStandardScheme(); } } private static class getCounter_argsStandardScheme extends StandardScheme<getCounter_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, getCounter_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // KEY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.key = iprot.readString(); struct.setKeyIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getCounter_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.key != null) { oprot.writeFieldBegin(KEY_FIELD_DESC); oprot.writeString(struct.key); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getCounter_argsTupleSchemeFactory implements SchemeFactory { public getCounter_argsTupleScheme getScheme() { return new getCounter_argsTupleScheme(); } } private static class getCounter_argsTupleScheme extends TupleScheme<getCounter_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getCounter_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetKey()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetKey()) { oprot.writeString(struct.key); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getCounter_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.key = iprot.readString(); struct.setKeyIsSet(true); } } } } public static class getCounter_result implements org.apache.thrift.TBase<getCounter_result, getCounter_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getCounter_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.I64, (short)0); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getCounter_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getCounter_resultTupleSchemeFactory()); } public long success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getCounter_result.class, metaDataMap); } public getCounter_result() { } public getCounter_result( long success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on <i>other</i>. */ public getCounter_result(getCounter_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public getCounter_result deepCopy() { return new getCounter_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = 0; } public long getSuccess() { return this.success; } public getCounter_result setSuccess(long success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Long)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Long.valueOf(getSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getCounter_result) return this.equals((getCounter_result)that); return false; } public boolean equals(getCounter_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getCounter_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getCounter_result typedOther = (getCounter_result)other; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getCounter_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getCounter_resultStandardSchemeFactory implements SchemeFactory { public getCounter_resultStandardScheme getScheme() { return new getCounter_resultStandardScheme(); } } private static class getCounter_resultStandardScheme extends StandardScheme<getCounter_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, getCounter_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.success = iprot.readI64(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getCounter_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeI64(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getCounter_resultTupleSchemeFactory implements SchemeFactory { public getCounter_resultTupleScheme getScheme() { return new getCounter_resultTupleScheme(); } } private static class getCounter_resultTupleScheme extends TupleScheme<getCounter_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getCounter_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeI64(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getCounter_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readI64(); struct.setSuccessIsSet(true); } } } } public static class setOption_args implements org.apache.thrift.TBase<setOption_args, setOption_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("setOption_args"); private static final org.apache.thrift.protocol.TField KEY_FIELD_DESC = new org.apache.thrift.protocol.TField("key", org.apache.thrift.protocol.TType.STRING, (short)1); private static final org.apache.thrift.protocol.TField VALUE_FIELD_DESC = new org.apache.thrift.protocol.TField("value", org.apache.thrift.protocol.TType.STRING, (short)2); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new setOption_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new setOption_argsTupleSchemeFactory()); } public String key; // required public String value; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { KEY((short)1, "key"), VALUE((short)2, "value"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // KEY return KEY; case 2: // VALUE return VALUE; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.KEY, new org.apache.thrift.meta_data.FieldMetaData("key", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); tmpMap.put(_Fields.VALUE, new org.apache.thrift.meta_data.FieldMetaData("value", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(setOption_args.class, metaDataMap); } public setOption_args() { } public setOption_args( String key, String value) { this(); this.key = key; this.value = value; } /** * Performs a deep copy on <i>other</i>. */ public setOption_args(setOption_args other) { if (other.isSetKey()) { this.key = other.key; } if (other.isSetValue()) { this.value = other.value; } } public setOption_args deepCopy() { return new setOption_args(this); } @Override public void clear() { this.key = null; this.value = null; } public String getKey() { return this.key; } public setOption_args setKey(String key) { this.key = key; return this; } public void unsetKey() { this.key = null; } /** Returns true if field key is set (has been assigned a value) and false otherwise */ public boolean isSetKey() { return this.key != null; } public void setKeyIsSet(boolean value) { if (!value) { this.key = null; } } public String getValue() { return this.value; } public setOption_args setValue(String value) { this.value = value; return this; } public void unsetValue() { this.value = null; } /** Returns true if field value is set (has been assigned a value) and false otherwise */ public boolean isSetValue() { return this.value != null; } public void setValueIsSet(boolean value) { if (!value) { this.value = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case KEY: if (value == null) { unsetKey(); } else { setKey((String)value); } break; case VALUE: if (value == null) { unsetValue(); } else { setValue((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case KEY: return getKey(); case VALUE: return getValue(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case KEY: return isSetKey(); case VALUE: return isSetValue(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof setOption_args) return this.equals((setOption_args)that); return false; } public boolean equals(setOption_args that) { if (that == null) return false; boolean this_present_key = true && this.isSetKey(); boolean that_present_key = true && that.isSetKey(); if (this_present_key || that_present_key) { if (!(this_present_key && that_present_key)) return false; if (!this.key.equals(that.key)) return false; } boolean this_present_value = true && this.isSetValue(); boolean that_present_value = true && that.isSetValue(); if (this_present_value || that_present_value) { if (!(this_present_value && that_present_value)) return false; if (!this.value.equals(that.value)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(setOption_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; setOption_args typedOther = (setOption_args)other; lastComparison = Boolean.valueOf(isSetKey()).compareTo(typedOther.isSetKey()); if (lastComparison != 0) { return lastComparison; } if (isSetKey()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.key, typedOther.key); if (lastComparison != 0) { return lastComparison; } } lastComparison = Boolean.valueOf(isSetValue()).compareTo(typedOther.isSetValue()); if (lastComparison != 0) { return lastComparison; } if (isSetValue()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.value, typedOther.value); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("setOption_args("); boolean first = true; sb.append("key:"); if (this.key == null) { sb.append("null"); } else { sb.append(this.key); } first = false; if (!first) sb.append(", "); sb.append("value:"); if (this.value == null) { sb.append("null"); } else { sb.append(this.value); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class setOption_argsStandardSchemeFactory implements SchemeFactory { public setOption_argsStandardScheme getScheme() { return new setOption_argsStandardScheme(); } } private static class setOption_argsStandardScheme extends StandardScheme<setOption_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, setOption_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // KEY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.key = iprot.readString(); struct.setKeyIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; case 2: // VALUE if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.value = iprot.readString(); struct.setValueIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, setOption_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.key != null) { oprot.writeFieldBegin(KEY_FIELD_DESC); oprot.writeString(struct.key); oprot.writeFieldEnd(); } if (struct.value != null) { oprot.writeFieldBegin(VALUE_FIELD_DESC); oprot.writeString(struct.value); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class setOption_argsTupleSchemeFactory implements SchemeFactory { public setOption_argsTupleScheme getScheme() { return new setOption_argsTupleScheme(); } } private static class setOption_argsTupleScheme extends TupleScheme<setOption_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, setOption_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetKey()) { optionals.set(0); } if (struct.isSetValue()) { optionals.set(1); } oprot.writeBitSet(optionals, 2); if (struct.isSetKey()) { oprot.writeString(struct.key); } if (struct.isSetValue()) { oprot.writeString(struct.value); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, setOption_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(2); if (incoming.get(0)) { struct.key = iprot.readString(); struct.setKeyIsSet(true); } if (incoming.get(1)) { struct.value = iprot.readString(); struct.setValueIsSet(true); } } } } public static class setOption_result implements org.apache.thrift.TBase<setOption_result, setOption_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("setOption_result"); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new setOption_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new setOption_resultTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(setOption_result.class, metaDataMap); } public setOption_result() { } /** * Performs a deep copy on <i>other</i>. */ public setOption_result(setOption_result other) { } public setOption_result deepCopy() { return new setOption_result(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof setOption_result) return this.equals((setOption_result)that); return false; } public boolean equals(setOption_result that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } public int compareTo(setOption_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; setOption_result typedOther = (setOption_result)other; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("setOption_result("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class setOption_resultStandardSchemeFactory implements SchemeFactory { public setOption_resultStandardScheme getScheme() { return new setOption_resultStandardScheme(); } } private static class setOption_resultStandardScheme extends StandardScheme<setOption_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, setOption_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, setOption_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class setOption_resultTupleSchemeFactory implements SchemeFactory { public setOption_resultTupleScheme getScheme() { return new setOption_resultTupleScheme(); } } private static class setOption_resultTupleScheme extends TupleScheme<setOption_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, setOption_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, setOption_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getOption_args implements org.apache.thrift.TBase<getOption_args, getOption_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOption_args"); private static final org.apache.thrift.protocol.TField KEY_FIELD_DESC = new org.apache.thrift.protocol.TField("key", org.apache.thrift.protocol.TType.STRING, (short)1); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getOption_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getOption_argsTupleSchemeFactory()); } public String key; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { KEY((short)1, "key"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // KEY return KEY; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.KEY, new org.apache.thrift.meta_data.FieldMetaData("key", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getOption_args.class, metaDataMap); } public getOption_args() { } public getOption_args( String key) { this(); this.key = key; } /** * Performs a deep copy on <i>other</i>. */ public getOption_args(getOption_args other) { if (other.isSetKey()) { this.key = other.key; } } public getOption_args deepCopy() { return new getOption_args(this); } @Override public void clear() { this.key = null; } public String getKey() { return this.key; } public getOption_args setKey(String key) { this.key = key; return this; } public void unsetKey() { this.key = null; } /** Returns true if field key is set (has been assigned a value) and false otherwise */ public boolean isSetKey() { return this.key != null; } public void setKeyIsSet(boolean value) { if (!value) { this.key = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case KEY: if (value == null) { unsetKey(); } else { setKey((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case KEY: return getKey(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case KEY: return isSetKey(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getOption_args) return this.equals((getOption_args)that); return false; } public boolean equals(getOption_args that) { if (that == null) return false; boolean this_present_key = true && this.isSetKey(); boolean that_present_key = true && that.isSetKey(); if (this_present_key || that_present_key) { if (!(this_present_key && that_present_key)) return false; if (!this.key.equals(that.key)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getOption_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getOption_args typedOther = (getOption_args)other; lastComparison = Boolean.valueOf(isSetKey()).compareTo(typedOther.isSetKey()); if (lastComparison != 0) { return lastComparison; } if (isSetKey()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.key, typedOther.key); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getOption_args("); boolean first = true; sb.append("key:"); if (this.key == null) { sb.append("null"); } else { sb.append(this.key); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getOption_argsStandardSchemeFactory implements SchemeFactory { public getOption_argsStandardScheme getScheme() { return new getOption_argsStandardScheme(); } } private static class getOption_argsStandardScheme extends StandardScheme<getOption_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, getOption_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // KEY if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.key = iprot.readString(); struct.setKeyIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getOption_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.key != null) { oprot.writeFieldBegin(KEY_FIELD_DESC); oprot.writeString(struct.key); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getOption_argsTupleSchemeFactory implements SchemeFactory { public getOption_argsTupleScheme getScheme() { return new getOption_argsTupleScheme(); } } private static class getOption_argsTupleScheme extends TupleScheme<getOption_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getOption_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetKey()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetKey()) { oprot.writeString(struct.key); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getOption_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.key = iprot.readString(); struct.setKeyIsSet(true); } } } } public static class getOption_result implements org.apache.thrift.TBase<getOption_result, getOption_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOption_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRING, (short)0); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getOption_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getOption_resultTupleSchemeFactory()); } public String success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getOption_result.class, metaDataMap); } public getOption_result() { } public getOption_result( String success) { this(); this.success = success; } /** * Performs a deep copy on <i>other</i>. */ public getOption_result(getOption_result other) { if (other.isSetSuccess()) { this.success = other.success; } } public getOption_result deepCopy() { return new getOption_result(this); } @Override public void clear() { this.success = null; } public String getSuccess() { return this.success; } public getOption_result setSuccess(String success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getOption_result) return this.equals((getOption_result)that); return false; } public boolean equals(getOption_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getOption_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getOption_result typedOther = (getOption_result)other; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getOption_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getOption_resultStandardSchemeFactory implements SchemeFactory { public getOption_resultStandardScheme getScheme() { return new getOption_resultStandardScheme(); } } private static class getOption_resultStandardScheme extends StandardScheme<getOption_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, getOption_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.success = iprot.readString(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getOption_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeString(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getOption_resultTupleSchemeFactory implements SchemeFactory { public getOption_resultTupleScheme getScheme() { return new getOption_resultTupleScheme(); } } private static class getOption_resultTupleScheme extends TupleScheme<getOption_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getOption_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeString(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getOption_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readString(); struct.setSuccessIsSet(true); } } } } public static class getOptions_args implements org.apache.thrift.TBase<getOptions_args, getOptions_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOptions_args"); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getOptions_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getOptions_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getOptions_args.class, metaDataMap); } public getOptions_args() { } /** * Performs a deep copy on <i>other</i>. */ public getOptions_args(getOptions_args other) { } public getOptions_args deepCopy() { return new getOptions_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getOptions_args) return this.equals((getOptions_args)that); return false; } public boolean equals(getOptions_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } public int compareTo(getOptions_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getOptions_args typedOther = (getOptions_args)other; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getOptions_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getOptions_argsStandardSchemeFactory implements SchemeFactory { public getOptions_argsStandardScheme getScheme() { return new getOptions_argsStandardScheme(); } } private static class getOptions_argsStandardScheme extends StandardScheme<getOptions_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, getOptions_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getOptions_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getOptions_argsTupleSchemeFactory implements SchemeFactory { public getOptions_argsTupleScheme getScheme() { return new getOptions_argsTupleScheme(); } } private static class getOptions_argsTupleScheme extends TupleScheme<getOptions_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getOptions_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getOptions_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class getOptions_result implements org.apache.thrift.TBase<getOptions_result, getOptions_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getOptions_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.MAP, (short)0); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getOptions_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getOptions_resultTupleSchemeFactory()); } public Map<String,String> success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.MapMetaData(org.apache.thrift.protocol.TType.MAP, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING), new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getOptions_result.class, metaDataMap); } public getOptions_result() { } public getOptions_result( Map<String,String> success) { this(); this.success = success; } /** * Performs a deep copy on <i>other</i>. */ public getOptions_result(getOptions_result other) { if (other.isSetSuccess()) { Map<String,String> __this__success = new HashMap<String,String>(); for (Map.Entry<String, String> other_element : other.success.entrySet()) { String other_element_key = other_element.getKey(); String other_element_value = other_element.getValue(); String __this__success_copy_key = other_element_key; String __this__success_copy_value = other_element_value; __this__success.put(__this__success_copy_key, __this__success_copy_value); } this.success = __this__success; } } public getOptions_result deepCopy() { return new getOptions_result(this); } @Override public void clear() { this.success = null; } public int getSuccessSize() { return (this.success == null) ? 0 : this.success.size(); } public void putToSuccess(String key, String val) { if (this.success == null) { this.success = new HashMap<String,String>(); } this.success.put(key, val); } public Map<String,String> getSuccess() { return this.success; } public getOptions_result setSuccess(Map<String,String> success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Map<String,String>)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getOptions_result) return this.equals((getOptions_result)that); return false; } public boolean equals(getOptions_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getOptions_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getOptions_result typedOther = (getOptions_result)other; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getOptions_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getOptions_resultStandardSchemeFactory implements SchemeFactory { public getOptions_resultStandardScheme getScheme() { return new getOptions_resultStandardScheme(); } } private static class getOptions_resultStandardScheme extends StandardScheme<getOptions_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, getOptions_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.MAP) { { org.apache.thrift.protocol.TMap _map10 = iprot.readMapBegin(); struct.success = new HashMap<String,String>(2*_map10.size); for (int _i11 = 0; _i11 < _map10.size; ++_i11) { String _key12; // optional String _val13; // required _key12 = iprot.readString(); _val13 = iprot.readString(); struct.success.put(_key12, _val13); } iprot.readMapEnd(); } struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getOptions_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); { oprot.writeMapBegin(new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, struct.success.size())); for (Map.Entry<String, String> _iter14 : struct.success.entrySet()) { oprot.writeString(_iter14.getKey()); oprot.writeString(_iter14.getValue()); } oprot.writeMapEnd(); } oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getOptions_resultTupleSchemeFactory implements SchemeFactory { public getOptions_resultTupleScheme getScheme() { return new getOptions_resultTupleScheme(); } } private static class getOptions_resultTupleScheme extends TupleScheme<getOptions_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getOptions_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { { oprot.writeI32(struct.success.size()); for (Map.Entry<String, String> _iter15 : struct.success.entrySet()) { oprot.writeString(_iter15.getKey()); oprot.writeString(_iter15.getValue()); } } } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getOptions_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { { org.apache.thrift.protocol.TMap _map16 = new org.apache.thrift.protocol.TMap(org.apache.thrift.protocol.TType.STRING, org.apache.thrift.protocol.TType.STRING, iprot.readI32()); struct.success = new HashMap<String,String>(2*_map16.size); for (int _i17 = 0; _i17 < _map16.size; ++_i17) { String _key18; // optional String _val19; // required _key18 = iprot.readString(); _val19 = iprot.readString(); struct.success.put(_key18, _val19); } } struct.setSuccessIsSet(true); } } } } public static class getCpuProfile_args implements org.apache.thrift.TBase<getCpuProfile_args, getCpuProfile_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getCpuProfile_args"); private static final org.apache.thrift.protocol.TField PROFILE_DURATION_IN_SEC_FIELD_DESC = new org.apache.thrift.protocol.TField("profileDurationInSec", org.apache.thrift.protocol.TType.I32, (short)1); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getCpuProfile_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new getCpuProfile_argsTupleSchemeFactory()); } public int profileDurationInSec; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { PROFILE_DURATION_IN_SEC((short)1, "profileDurationInSec"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 1: // PROFILE_DURATION_IN_SEC return PROFILE_DURATION_IN_SEC; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __PROFILEDURATIONINSEC_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.PROFILE_DURATION_IN_SEC, new org.apache.thrift.meta_data.FieldMetaData("profileDurationInSec", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getCpuProfile_args.class, metaDataMap); } public getCpuProfile_args() { } public getCpuProfile_args( int profileDurationInSec) { this(); this.profileDurationInSec = profileDurationInSec; setProfileDurationInSecIsSet(true); } /** * Performs a deep copy on <i>other</i>. */ public getCpuProfile_args(getCpuProfile_args other) { __isset_bitfield = other.__isset_bitfield; this.profileDurationInSec = other.profileDurationInSec; } public getCpuProfile_args deepCopy() { return new getCpuProfile_args(this); } @Override public void clear() { setProfileDurationInSecIsSet(false); this.profileDurationInSec = 0; } public int getProfileDurationInSec() { return this.profileDurationInSec; } public getCpuProfile_args setProfileDurationInSec(int profileDurationInSec) { this.profileDurationInSec = profileDurationInSec; setProfileDurationInSecIsSet(true); return this; } public void unsetProfileDurationInSec() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __PROFILEDURATIONINSEC_ISSET_ID); } /** Returns true if field profileDurationInSec is set (has been assigned a value) and false otherwise */ public boolean isSetProfileDurationInSec() { return EncodingUtils.testBit(__isset_bitfield, __PROFILEDURATIONINSEC_ISSET_ID); } public void setProfileDurationInSecIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __PROFILEDURATIONINSEC_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case PROFILE_DURATION_IN_SEC: if (value == null) { unsetProfileDurationInSec(); } else { setProfileDurationInSec((Integer)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case PROFILE_DURATION_IN_SEC: return Integer.valueOf(getProfileDurationInSec()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case PROFILE_DURATION_IN_SEC: return isSetProfileDurationInSec(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getCpuProfile_args) return this.equals((getCpuProfile_args)that); return false; } public boolean equals(getCpuProfile_args that) { if (that == null) return false; boolean this_present_profileDurationInSec = true; boolean that_present_profileDurationInSec = true; if (this_present_profileDurationInSec || that_present_profileDurationInSec) { if (!(this_present_profileDurationInSec && that_present_profileDurationInSec)) return false; if (this.profileDurationInSec != that.profileDurationInSec) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getCpuProfile_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getCpuProfile_args typedOther = (getCpuProfile_args)other; lastComparison = Boolean.valueOf(isSetProfileDurationInSec()).compareTo(typedOther.isSetProfileDurationInSec()); if (lastComparison != 0) { return lastComparison; } if (isSetProfileDurationInSec()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.profileDurationInSec, typedOther.profileDurationInSec); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getCpuProfile_args("); boolean first = true; sb.append("profileDurationInSec:"); sb.append(this.profileDurationInSec); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getCpuProfile_argsStandardSchemeFactory implements SchemeFactory { public getCpuProfile_argsStandardScheme getScheme() { return new getCpuProfile_argsStandardScheme(); } } private static class getCpuProfile_argsStandardScheme extends StandardScheme<getCpuProfile_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, getCpuProfile_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 1: // PROFILE_DURATION_IN_SEC if (schemeField.type == org.apache.thrift.protocol.TType.I32) { struct.profileDurationInSec = iprot.readI32(); struct.setProfileDurationInSecIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getCpuProfile_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldBegin(PROFILE_DURATION_IN_SEC_FIELD_DESC); oprot.writeI32(struct.profileDurationInSec); oprot.writeFieldEnd(); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getCpuProfile_argsTupleSchemeFactory implements SchemeFactory { public getCpuProfile_argsTupleScheme getScheme() { return new getCpuProfile_argsTupleScheme(); } } private static class getCpuProfile_argsTupleScheme extends TupleScheme<getCpuProfile_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getCpuProfile_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetProfileDurationInSec()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetProfileDurationInSec()) { oprot.writeI32(struct.profileDurationInSec); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getCpuProfile_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.profileDurationInSec = iprot.readI32(); struct.setProfileDurationInSecIsSet(true); } } } } public static class getCpuProfile_result implements org.apache.thrift.TBase<getCpuProfile_result, getCpuProfile_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("getCpuProfile_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.STRING, (short)0); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new getCpuProfile_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new getCpuProfile_resultTupleSchemeFactory()); } public String success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(getCpuProfile_result.class, metaDataMap); } public getCpuProfile_result() { } public getCpuProfile_result( String success) { this(); this.success = success; } /** * Performs a deep copy on <i>other</i>. */ public getCpuProfile_result(getCpuProfile_result other) { if (other.isSetSuccess()) { this.success = other.success; } } public getCpuProfile_result deepCopy() { return new getCpuProfile_result(this); } @Override public void clear() { this.success = null; } public String getSuccess() { return this.success; } public getCpuProfile_result setSuccess(String success) { this.success = success; return this; } public void unsetSuccess() { this.success = null; } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return this.success != null; } public void setSuccessIsSet(boolean value) { if (!value) { this.success = null; } } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((String)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return getSuccess(); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof getCpuProfile_result) return this.equals((getCpuProfile_result)that); return false; } public boolean equals(getCpuProfile_result that) { if (that == null) return false; boolean this_present_success = true && this.isSetSuccess(); boolean that_present_success = true && that.isSetSuccess(); if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (!this.success.equals(that.success)) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(getCpuProfile_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; getCpuProfile_result typedOther = (getCpuProfile_result)other; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("getCpuProfile_result("); boolean first = true; sb.append("success:"); if (this.success == null) { sb.append("null"); } else { sb.append(this.success); } first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class getCpuProfile_resultStandardSchemeFactory implements SchemeFactory { public getCpuProfile_resultStandardScheme getScheme() { return new getCpuProfile_resultStandardScheme(); } } private static class getCpuProfile_resultStandardScheme extends StandardScheme<getCpuProfile_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, getCpuProfile_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.STRING) { struct.success = iprot.readString(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, getCpuProfile_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.success != null) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeString(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class getCpuProfile_resultTupleSchemeFactory implements SchemeFactory { public getCpuProfile_resultTupleScheme getScheme() { return new getCpuProfile_resultTupleScheme(); } } private static class getCpuProfile_resultTupleScheme extends TupleScheme<getCpuProfile_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, getCpuProfile_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeString(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, getCpuProfile_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readString(); struct.setSuccessIsSet(true); } } } } public static class aliveSince_args implements org.apache.thrift.TBase<aliveSince_args, aliveSince_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("aliveSince_args"); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new aliveSince_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new aliveSince_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(aliveSince_args.class, metaDataMap); } public aliveSince_args() { } /** * Performs a deep copy on <i>other</i>. */ public aliveSince_args(aliveSince_args other) { } public aliveSince_args deepCopy() { return new aliveSince_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof aliveSince_args) return this.equals((aliveSince_args)that); return false; } public boolean equals(aliveSince_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } public int compareTo(aliveSince_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; aliveSince_args typedOther = (aliveSince_args)other; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("aliveSince_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class aliveSince_argsStandardSchemeFactory implements SchemeFactory { public aliveSince_argsStandardScheme getScheme() { return new aliveSince_argsStandardScheme(); } } private static class aliveSince_argsStandardScheme extends StandardScheme<aliveSince_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, aliveSince_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, aliveSince_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class aliveSince_argsTupleSchemeFactory implements SchemeFactory { public aliveSince_argsTupleScheme getScheme() { return new aliveSince_argsTupleScheme(); } } private static class aliveSince_argsTupleScheme extends TupleScheme<aliveSince_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, aliveSince_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, aliveSince_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class aliveSince_result implements org.apache.thrift.TBase<aliveSince_result, aliveSince_result._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("aliveSince_result"); private static final org.apache.thrift.protocol.TField SUCCESS_FIELD_DESC = new org.apache.thrift.protocol.TField("success", org.apache.thrift.protocol.TType.I64, (short)0); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new aliveSince_resultStandardSchemeFactory()); schemes.put(TupleScheme.class, new aliveSince_resultTupleSchemeFactory()); } public long success; // required /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { SUCCESS((short)0, "success"); private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { case 0: // SUCCESS return SUCCESS; default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } // isset id assignments private static final int __SUCCESS_ISSET_ID = 0; private byte __isset_bitfield = 0; public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); tmpMap.put(_Fields.SUCCESS, new org.apache.thrift.meta_data.FieldMetaData("success", org.apache.thrift.TFieldRequirementType.DEFAULT, new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I64))); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(aliveSince_result.class, metaDataMap); } public aliveSince_result() { } public aliveSince_result( long success) { this(); this.success = success; setSuccessIsSet(true); } /** * Performs a deep copy on <i>other</i>. */ public aliveSince_result(aliveSince_result other) { __isset_bitfield = other.__isset_bitfield; this.success = other.success; } public aliveSince_result deepCopy() { return new aliveSince_result(this); } @Override public void clear() { setSuccessIsSet(false); this.success = 0; } public long getSuccess() { return this.success; } public aliveSince_result setSuccess(long success) { this.success = success; setSuccessIsSet(true); return this; } public void unsetSuccess() { __isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __SUCCESS_ISSET_ID); } /** Returns true if field success is set (has been assigned a value) and false otherwise */ public boolean isSetSuccess() { return EncodingUtils.testBit(__isset_bitfield, __SUCCESS_ISSET_ID); } public void setSuccessIsSet(boolean value) { __isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __SUCCESS_ISSET_ID, value); } public void setFieldValue(_Fields field, Object value) { switch (field) { case SUCCESS: if (value == null) { unsetSuccess(); } else { setSuccess((Long)value); } break; } } public Object getFieldValue(_Fields field) { switch (field) { case SUCCESS: return Long.valueOf(getSuccess()); } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { case SUCCESS: return isSetSuccess(); } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof aliveSince_result) return this.equals((aliveSince_result)that); return false; } public boolean equals(aliveSince_result that) { if (that == null) return false; boolean this_present_success = true; boolean that_present_success = true; if (this_present_success || that_present_success) { if (!(this_present_success && that_present_success)) return false; if (this.success != that.success) return false; } return true; } @Override public int hashCode() { return 0; } public int compareTo(aliveSince_result other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; aliveSince_result typedOther = (aliveSince_result)other; lastComparison = Boolean.valueOf(isSetSuccess()).compareTo(typedOther.isSetSuccess()); if (lastComparison != 0) { return lastComparison; } if (isSetSuccess()) { lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.success, typedOther.success); if (lastComparison != 0) { return lastComparison; } } return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("aliveSince_result("); boolean first = true; sb.append("success:"); sb.append(this.success); first = false; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { // it doesn't seem like you should have to do this, but java serialization is wacky, and doesn't call the default constructor. __isset_bitfield = 0; read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class aliveSince_resultStandardSchemeFactory implements SchemeFactory { public aliveSince_resultStandardScheme getScheme() { return new aliveSince_resultStandardScheme(); } } private static class aliveSince_resultStandardScheme extends StandardScheme<aliveSince_result> { public void read(org.apache.thrift.protocol.TProtocol iprot, aliveSince_result struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { case 0: // SUCCESS if (schemeField.type == org.apache.thrift.protocol.TType.I64) { struct.success = iprot.readI64(); struct.setSuccessIsSet(true); } else { org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } break; default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, aliveSince_result struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); if (struct.isSetSuccess()) { oprot.writeFieldBegin(SUCCESS_FIELD_DESC); oprot.writeI64(struct.success); oprot.writeFieldEnd(); } oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class aliveSince_resultTupleSchemeFactory implements SchemeFactory { public aliveSince_resultTupleScheme getScheme() { return new aliveSince_resultTupleScheme(); } } private static class aliveSince_resultTupleScheme extends TupleScheme<aliveSince_result> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, aliveSince_result struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; BitSet optionals = new BitSet(); if (struct.isSetSuccess()) { optionals.set(0); } oprot.writeBitSet(optionals, 1); if (struct.isSetSuccess()) { oprot.writeI64(struct.success); } } @Override public void read(org.apache.thrift.protocol.TProtocol prot, aliveSince_result struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; BitSet incoming = iprot.readBitSet(1); if (incoming.get(0)) { struct.success = iprot.readI64(); struct.setSuccessIsSet(true); } } } } public static class reinitialize_args implements org.apache.thrift.TBase<reinitialize_args, reinitialize_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("reinitialize_args"); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new reinitialize_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new reinitialize_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(reinitialize_args.class, metaDataMap); } public reinitialize_args() { } /** * Performs a deep copy on <i>other</i>. */ public reinitialize_args(reinitialize_args other) { } public reinitialize_args deepCopy() { return new reinitialize_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof reinitialize_args) return this.equals((reinitialize_args)that); return false; } public boolean equals(reinitialize_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } public int compareTo(reinitialize_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; reinitialize_args typedOther = (reinitialize_args)other; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("reinitialize_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class reinitialize_argsStandardSchemeFactory implements SchemeFactory { public reinitialize_argsStandardScheme getScheme() { return new reinitialize_argsStandardScheme(); } } private static class reinitialize_argsStandardScheme extends StandardScheme<reinitialize_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, reinitialize_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, reinitialize_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class reinitialize_argsTupleSchemeFactory implements SchemeFactory { public reinitialize_argsTupleScheme getScheme() { return new reinitialize_argsTupleScheme(); } } private static class reinitialize_argsTupleScheme extends TupleScheme<reinitialize_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, reinitialize_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, reinitialize_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; } } } public static class shutdown_args implements org.apache.thrift.TBase<shutdown_args, shutdown_args._Fields>, java.io.Serializable, Cloneable { private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("shutdown_args"); private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>(); static { schemes.put(StandardScheme.class, new shutdown_argsStandardSchemeFactory()); schemes.put(TupleScheme.class, new shutdown_argsTupleSchemeFactory()); } /** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */ public enum _Fields implements org.apache.thrift.TFieldIdEnum { ; private static final Map<String, _Fields> byName = new HashMap<String, _Fields>(); static { for (_Fields field : EnumSet.allOf(_Fields.class)) { byName.put(field.getFieldName(), field); } } /** * Find the _Fields constant that matches fieldId, or null if its not found. */ public static _Fields findByThriftId(int fieldId) { switch(fieldId) { default: return null; } } /** * Find the _Fields constant that matches fieldId, throwing an exception * if it is not found. */ public static _Fields findByThriftIdOrThrow(int fieldId) { _Fields fields = findByThriftId(fieldId); if (fields == null) throw new IllegalArgumentException("Field " + fieldId + " doesn't exist!"); return fields; } /** * Find the _Fields constant that matches name, or null if its not found. */ public static _Fields findByName(String name) { return byName.get(name); } private final short _thriftId; private final String _fieldName; _Fields(short thriftId, String fieldName) { _thriftId = thriftId; _fieldName = fieldName; } public short getThriftFieldId() { return _thriftId; } public String getFieldName() { return _fieldName; } } public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap; static { Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class); metaDataMap = Collections.unmodifiableMap(tmpMap); org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(shutdown_args.class, metaDataMap); } public shutdown_args() { } /** * Performs a deep copy on <i>other</i>. */ public shutdown_args(shutdown_args other) { } public shutdown_args deepCopy() { return new shutdown_args(this); } @Override public void clear() { } public void setFieldValue(_Fields field, Object value) { switch (field) { } } public Object getFieldValue(_Fields field) { switch (field) { } throw new IllegalStateException(); } /** Returns true if field corresponding to fieldID is set (has been assigned a value) and false otherwise */ public boolean isSet(_Fields field) { if (field == null) { throw new IllegalArgumentException(); } switch (field) { } throw new IllegalStateException(); } @Override public boolean equals(Object that) { if (that == null) return false; if (that instanceof shutdown_args) return this.equals((shutdown_args)that); return false; } public boolean equals(shutdown_args that) { if (that == null) return false; return true; } @Override public int hashCode() { return 0; } public int compareTo(shutdown_args other) { if (!getClass().equals(other.getClass())) { return getClass().getName().compareTo(other.getClass().getName()); } int lastComparison = 0; shutdown_args typedOther = (shutdown_args)other; return 0; } public _Fields fieldForId(int fieldId) { return _Fields.findByThriftId(fieldId); } public void read(org.apache.thrift.protocol.TProtocol iprot) throws org.apache.thrift.TException { schemes.get(iprot.getScheme()).getScheme().read(iprot, this); } public void write(org.apache.thrift.protocol.TProtocol oprot) throws org.apache.thrift.TException { schemes.get(oprot.getScheme()).getScheme().write(oprot, this); } @Override public String toString() { StringBuilder sb = new StringBuilder("shutdown_args("); boolean first = true; sb.append(")"); return sb.toString(); } public void validate() throws org.apache.thrift.TException { // check for required fields // check for sub-struct validity } private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException { try { write(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(out))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, ClassNotFoundException { try { read(new org.apache.thrift.protocol.TCompactProtocol(new org.apache.thrift.transport.TIOStreamTransport(in))); } catch (org.apache.thrift.TException te) { throw new java.io.IOException(te); } } private static class shutdown_argsStandardSchemeFactory implements SchemeFactory { public shutdown_argsStandardScheme getScheme() { return new shutdown_argsStandardScheme(); } } private static class shutdown_argsStandardScheme extends StandardScheme<shutdown_args> { public void read(org.apache.thrift.protocol.TProtocol iprot, shutdown_args struct) throws org.apache.thrift.TException { org.apache.thrift.protocol.TField schemeField; iprot.readStructBegin(); while (true) { schemeField = iprot.readFieldBegin(); if (schemeField.type == org.apache.thrift.protocol.TType.STOP) { break; } switch (schemeField.id) { default: org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type); } iprot.readFieldEnd(); } iprot.readStructEnd(); // check for required fields of primitive type, which can't be checked in the validate method struct.validate(); } public void write(org.apache.thrift.protocol.TProtocol oprot, shutdown_args struct) throws org.apache.thrift.TException { struct.validate(); oprot.writeStructBegin(STRUCT_DESC); oprot.writeFieldStop(); oprot.writeStructEnd(); } } private static class shutdown_argsTupleSchemeFactory implements SchemeFactory { public shutdown_argsTupleScheme getScheme() { return new shutdown_argsTupleScheme(); } } private static class shutdown_argsTupleScheme extends TupleScheme<shutdown_args> { @Override public void write(org.apache.thrift.protocol.TProtocol prot, shutdown_args struct) throws org.apache.thrift.TException { TTupleProtocol oprot = (TTupleProtocol) prot; } @Override public void read(org.apache.thrift.protocol.TProtocol prot, shutdown_args struct) throws org.apache.thrift.TException { TTupleProtocol iprot = (TTupleProtocol) prot; }
61d5170f-8255-4297-95b9-bba803e17a8f
public crmondemand.xml.customobject6.query.QueryType getCustomPickList84() { return this.customPickList84; }
0c1f0d5c-ad5f-4c07-bbf2-c5e91348b2bf
public void playAudio(String musicUrl) { try { URL url = new File(musicUrl).toURI().toURL(); Applet.newAudioClip(url).play(); } catch (MalformedURLException e) { e.printStackTrace(); } }