Searched refs:Type (Results 26 - 50 of 3758) sorted by path

1234567891011>>

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DDebugTreeAdaptor.cs69 return Create( payload.Type, payload.Text );
H A DRemoteDebugEventSocketListener.cs106 public int Type property in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyToken
267 public override int Type property in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener.ProxyTree
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DObjectExtensions.cs47 public static Type getClass( this object o )
H A DTypeExtensions.cs49 public static Type getComponentType( this Type type )
55 public static ConstructorInfo getConstructor( this Type type, Type[] argumentTypes )
61 public static FieldInfo getField( this Type type, string name )
71 public static string getName( this Type type )
83 public static bool isArray( this Type type )
89 public static bool isPrimitive( this Type type )
95 public static object newInstance( this Type type )
97 return type.GetConstructor( new Type[
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugTreeGrammarHelper.cs87 if ( formalPar.Token.Type == INT
H A DProfileTreeGrammarHelper.cs87 if ( formalPar.Token.Type == INT
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs249 Type = state.type,
H A DSlimToken.cs66 public int Type property in struct:Antlr.Runtime.SlimToken
H A DSlimTokenStream.cs120 while ( t.Type != CharStreamConstants.EndOfFile )
217 if ( types == null || types.Member( t.Type ) )
325 return LT( i ).Type;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DBaseRecognizer.cs48 using Type = System.Type;
414 if ( t.Type == TokenTypes.EndOfFile )
420 s = "<" + t.Type + ">";
H A DBufferedTokenStream.cs231 if (t.Type == CharStreamConstants.EndOfFile)
265 if (token.Type == TokenTypes.EndOfFile)
277 return LT(i).Type;
347 if (types == null || types.Member(t.Type))
391 if (t.Type == CharStreamConstants.EndOfFile)
413 if (_tokens[_p].Type == CharStreamConstants.EndOfFile)
418 while (_tokens[i].Type != CharStreamConstants.EndOfFile)
H A DClassicToken.cs64 type = oldToken.Type;
96 public int Type property in class:Antlr.Runtime.ClassicToken
H A DCommonToken.cs94 type = oldToken.Type;
134 public int Type property in class:Antlr.Runtime.CommonToken
H A DIToken.cs45 int Type property in interface:Antlr.Runtime.IToken
H A DLegacyCommonTokenStream.cs141 while ( t != null && t.Type != CharStreamConstants.EndOfFile )
146 if ( channelOverrideMap != null && channelOverrideMap.TryGetValue( t.Type, out channelI ) )
158 discardSet.Contains( t.Type ) )
294 if ( types == null || types.Member( t.Type ) )
422 return LT( i ).Type;
H A DParser.cs85 if ( current.Type == TokenTypes.EndOfFile )
H A DRecognitionException.cs206 return _token.Type;
H A DTokenRewriteStream.cs43 using Type = System.Type;
158 if (stream._tokens[index].Type != CharStreamConstants.EndOfFile)
429 if (Get(i).Type != CharStreamConstants.EndOfFile)
490 if (t.Type != CharStreamConstants.EndOfFile)
694 protected virtual IList<RewriteOperation> GetKindOfOps( IList<RewriteOperation> rewrites, Type kind )
700 protected virtual IList<RewriteOperation> GetKindOfOps( IList<RewriteOperation> rewrites, Type kind, int before )
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
H A DBaseTree.cs143 public abstract int Type property in class:Antlr.Runtime.Tree.BaseTree
184 if ( child.Type == type )
467 if ( t.Type == ttype )
H A DBaseTreeAdaptor.cs245 fromToken.Type = tokenType;
256 fromToken.Type = tokenType;
286 return tree.Type;
H A DCommonErrorNode.cs51 stop.Type != TokenTypes.EndOfFile ) )
82 if ( ( (IToken)stop ).Type == TokenTypes.EndOfFile )
104 public override int Type property in class:Antlr.Runtime.Tree.CommonErrorNode
H A DCommonTree.cs223 public override int Type property in class:Antlr.Runtime.Tree.CommonTree
230 return Token.Type;
287 if (Type == TokenTypes.Invalid)
H A DITree.cs148 int Type property in interface:Antlr.Runtime.Tree.ITree
H A DParseTree.cs88 public override int Type property in class:Antlr.Runtime.Tree.ParseTree
110 if ( t.Type == TokenTypes.EndOfFile )
H A DTreeWizard.cs329 int rootTokenType = tpattern.Type;
428 int rootTokenType = tpattern.Type;
483 if ( adaptor.GetType( t1 ) != tpattern.Type )

Completed in 3033 milliseconds

1234567891011>>