Lines Matching refs:is
7 MkStub is small tool that takes a given JAR and filters all the private stuff we don't want to
13 Each method body is replaced by the bytecode for 'throw new RuntimeException("stub");'.
22 +foo => accepts all items which signature is exactly "foo"
24 -bar => rejects all items which signature is exactly "bar"
52 To invoke MkStub, the syntax is:
71 Suggestion: if type x.y.z is excluded, then any field, annotation, generic type,
76 This is not orthogonal to the fact that private fields and methods are automatically
79 - Private fields and methods are automatically excluded. There is no command line
82 - The stubbed source is always generated. For example if the output jar name is
85 There is not command line switch to prevent that.
87 - There is no attempt to match features or behavior with DroidDoc.