示例#1
0
 public AccountController()
 {
     context = new PointerContext();
 }
示例#2
0
 public TeamController()
 {
     context = new PointerContext();
 }
示例#3
0
 public ServicesController()
 {
     context = new PointerContext();
 }
 public HeaderController()
 {
     context = new PointerContext();
 }
示例#5
0
 public DashboardController()
 {
     context = new PointerContext();
 }
 public SettingsController()
 {
     context = new PointerContext();
 }
 public HomeController()
 {
     context = new PointerContext();
 }
示例#8
0
	public PointerContext pointer() {
		PointerContext _localctx = new PointerContext(_ctx, State);
		EnterRule(_localctx, 160, RULE_pointer);
		int _la;
		try {
			State = 922;
			switch ( Interpreter.AdaptivePredict(_input,95,_ctx) ) {
			case 1:
				EnterOuterAlt(_localctx, 1);
				{
				State = 913; Match(MUL);
				State = 915;
				switch ( Interpreter.AdaptivePredict(_input,93,_ctx) ) {
				case 1:
					{
					State = 914; declaration_specifiers();
					}
					break;
				}
				}
				break;

			case 2:
				EnterOuterAlt(_localctx, 2);
				{
				State = 917; Match(MUL);
				State = 919;
				_la = _input.La(1);
				if ((((_la) & ~0x3f) == 0 && ((1L << _la) & ((1L << AUTO) | (1L << BYCOPY) | (1L << BYREF) | (1L << CHAR) | (1L << CONST) | (1L << DOUBLE) | (1L << ENUM) | (1L << EXTERN) | (1L << FLOAT) | (1L << ID) | (1L << IN) | (1L << INOUT) | (1L << INT) | (1L << LONG) | (1L << ONEWAY) | (1L << OUT) | (1L << REGISTER) | (1L << SHORT) | (1L << SIGNED) | (1L << STATIC) | (1L << STRUCT) | (1L << TYPEDEF) | (1L << UNION) | (1L << UNSIGNED) | (1L << VOID) | (1L << VOLATILE))) != 0) || ((((_la - 65)) & ~0x3f) == 0 && ((1L << (_la - 65)) & ((1L << (NS_OPTIONS - 65)) | (1L << (NS_ENUM - 65)) | (1L << (WWEAK - 65)) | (1L << (WUNSAFE_UNRETAINED - 65)) | (1L << (IDENTIFIER - 65)))) != 0)) {
					{
					State = 918; declaration_specifiers();
					}
				}

				State = 921; pointer();
				}
				break;
			}
		}
		catch (RecognitionException re) {
			_localctx.exception = re;
			_errHandler.ReportError(this, re);
			_errHandler.Recover(this, re);
		}
		finally {
			ExitRule();
		}
		return _localctx;
	}