Home
last modified time | relevance | path

Searched refs:type_descriptor (Results 1 – 5 of 5) sorted by relevance

/external/smali/smalidea/src/main/antlr/
DsmalideaParser.g424 : open_paren param_list close_paren type_descriptor
513 : open_paren param_list_reference close_paren type_descriptor;
562 type_descriptor
705 : ( type_descriptor
1016 : LOCAL_DIRECTIVE register (comma string_or_null_literal colon type_descriptor
/external/smali/smali/src/main/antlr/
DsmaliTreeWalker.g282 | type_descriptor { $encodedValue = new ImmutableTypeEncodedValue($type_descriptor.type); }
468 : ^(I_METHOD_PROTOTYPE ^(I_METHOD_RETURN_TYPE type_descriptor) method_type_list)
470 $returnType = $type_descriptor.type;
1237 type_descriptor returns [String type]
DsmaliParser.g591 : OPEN_PAREN param_list CLOSE_PAREN type_descriptor
592 …-> ^(I_METHOD_PROTOTYPE[$start, "I_METHOD_PROTOTYPE"] ^(I_METHOD_RETURN_TYPE type_descriptor) para…
604 type_descriptor
/external/smali/smali/src/main/java/org/jf/smali/
DsmaliTreeWalker.java1344 type_descriptor33=type_descriptor(); in literal()
2305 type_descriptor72=type_descriptor(); in method_prototype()
6401 public final String type_descriptor() throws RecognitionException { in type_descriptor() method in smaliTreeWalker
DsmaliParser.java3982 type_descriptor94=type_descriptor(); in method_prototype()
4294 public final smaliParser.type_descriptor_return type_descriptor() throws RecognitionException { in type_descriptor() method in smaliParser