/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
D | BaseTreeAdaptor.java | 182 public Object create(int tokenType, Token fromToken) { in create() 190 public Object create(int tokenType, Token fromToken, String text) { in create() 200 Token fromToken = createToken(tokenType, text); in create() local 277 public abstract Token createToken(Token fromToken); in createToken()
|
D | TreeAdaptor.java | 169 public Object create(int tokenType, Token fromToken); in create() 177 public Object create(int tokenType, Token fromToken, String text); in create()
|
D | CommonTreeAdaptor.java | 85 public Token createToken(Token fromToken) { in createToken()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
D | CommonTreeAdaptor.cs | 92 public override IToken CreateToken( IToken fromToken ) in CreateToken()
|
D | BaseTreeAdaptor.cs | 242 public virtual object Create( int tokenType, IToken fromToken ) in Create() 250 public virtual object Create( int tokenType, IToken fromToken, string text ) in Create() 262 public virtual object Create(IToken fromToken, string text) in Create() 391 public abstract IToken CreateToken( IToken fromToken ); in CreateToken()
|
D | ITreeAdaptor.cs | 75 object Create(int tokenType, IToken fromToken); in Create() 87 object Create(int tokenType, IToken fromToken, string text); in Create() 99 object Create(IToken fromToken, string text); in Create()
|
/external/antlr/antlr-3.4/runtime/C/src/ |
D | antlr3basetreeadaptor.c | 760 …eToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, ANTLR3_UINT32 tokenType, pANTLR3_COMMON_TOKEN fromToken) in createTypeToken() 775 …eToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, ANTLR3_UINT32 tokenType, pANTLR3_COMMON_TOKEN fromToken) in dbgCreateTypeToken() 787 …(pANTLR3_BASE_TREE_ADAPTOR adaptor, ANTLR3_UINT32 tokenType, pANTLR3_COMMON_TOKEN fromToken, pANTL… in createTypeTokenText() 806 …(pANTLR3_BASE_TREE_ADAPTOR adaptor, ANTLR3_UINT32 tokenType, pANTLR3_COMMON_TOKEN fromToken, pANTL… in dbgCreateTypeTokenText() 820 pANTLR3_COMMON_TOKEN fromToken; in createTypeText() local
|
D | antlr3commontreeadaptor.c | 327 createTokenFromToken (pANTLR3_BASE_TREE_ADAPTOR adaptor, pANTLR3_COMMON_TOKEN fromToken) in createTokenFromToken()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
D | BaseTreeAdaptor.cs | 198 public virtual object Create(int tokenType, IToken fromToken) { in Create() 206 public virtual object Create(int tokenType, IToken fromToken, string text) { in Create() 303 public abstract IToken CreateToken(IToken fromToken); in CreateToken()
|
D | ITreeAdaptor.cs | 206 object Create(int tokenType, IToken fromToken); in Create() 218 object Create(int tokenType, IToken fromToken, string text); in Create()
|
D | CommonTreeAdaptor.cs | 105 public override IToken CreateToken(IToken fromToken) { in CreateToken()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 186 public virtual object Create( int tokenType, IToken fromToken ) in Create() 193 public virtual object Create( int tokenType, IToken fromToken, string text ) in Create() 207 public object Create(IToken fromToken, string text) in Create()
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/ |
D | ITreeAdaptor`1.cs | 194 T Create(int tokenType, IToken fromToken); in Create() 206 T Create(int tokenType, IToken fromToken, string text); in Create()
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
D | DebugTreeAdaptor.cs | 146 public virtual object Create(int tokenType, IToken fromToken) { in Create() 152 public virtual object Create(int tokenType, IToken fromToken, string text) { in Create()
|
/external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/ |
D | CommonTreeAdaptor.js | 56 createToken: function(fromToken) { argument
|
D | BaseTreeAdaptor.js | 139 create: function(tokenType, fromToken) { argument
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
D | DebugTreeAdaptor.java | 142 public Object create(int tokenType, Token fromToken) { in create() 148 public Object create(int tokenType, Token fromToken, String text) { in create()
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | tree.py | 425 def createFromToken(self, tokenType, fromToken, text=None): argument 1108 def createFromToken(self, tokenType, fromToken, text=None): argument 1169 def createToken(self, fromToken=None, tokenType=None, text=None): argument 1507 def createToken(self, fromToken=None, tokenType=None, text=None): argument
|
D | debug.py | 229 def createFromToken(self, tokenType, fromToken, text=None): argument
|