Property | Type | Description | |
---|---|---|---|
tokenNames_ | string[] | ||
tokenSet_0_ | antlr.collections.impl.BitSet | ||
tokenSet_10_ | antlr.collections.impl.BitSet | ||
tokenSet_11_ | antlr.collections.impl.BitSet | ||
tokenSet_12_ | antlr.collections.impl.BitSet | ||
tokenSet_13_ | antlr.collections.impl.BitSet | ||
tokenSet_14_ | antlr.collections.impl.BitSet | ||
tokenSet_15_ | antlr.collections.impl.BitSet | ||
tokenSet_16_ | antlr.collections.impl.BitSet | ||
tokenSet_17_ | antlr.collections.impl.BitSet | ||
tokenSet_1_ | antlr.collections.impl.BitSet | ||
tokenSet_2_ | antlr.collections.impl.BitSet | ||
tokenSet_3_ | antlr.collections.impl.BitSet | ||
tokenSet_4_ | antlr.collections.impl.BitSet | ||
tokenSet_5_ | antlr.collections.impl.BitSet | ||
tokenSet_6_ | antlr.collections.impl.BitSet | ||
tokenSet_7_ | antlr.collections.impl.BitSet | ||
tokenSet_8_ | antlr.collections.impl.BitSet | ||
tokenSet_9_ | antlr.collections.impl.BitSet |
Property | Type | Description | |
---|---|---|---|
sbuilder | StringBuilder |
Method | Description | |
---|---|---|
AspectLanguageParser ( antlr.ParserSharedInputState state ) : antlr | ||
AspectLanguageParser ( antlr.TokenBuffer tokenBuf ) : antlr | ||
AspectLanguageParser ( antlr.TokenStream lexer ) : antlr | ||
start ( ) : EngineConfiguration |
Method | Description | |
---|---|---|
AspectLanguageParser ( antlr.TokenBuffer tokenBuf, int k ) : antlr | ||
AspectLanguageParser ( antlr.TokenStream lexer, int k ) : antlr | ||
ToLexicalInfo ( antlr token ) : |
||
advice ( |
||
advices ( |
||
aspects ( EngineConfiguration conf ) : void | ||
identifier ( ) : String | ||
import_directive ( EngineConfiguration conf ) : void | ||
include ( AspectDefinition aspect ) : void | ||
initialize ( ) : void | ||
interceptors_global ( EngineConfiguration conf ) : void | ||
keytypepair ( IDeclarationCollection collection ) : void | ||
methodAll ( String s ) : String | ||
mixins_global ( EngineConfiguration conf ) : void | ||
pairvalue ( IDeclarationCollection collection ) : void | ||
pointcut ( AspectDefinition aspect ) : void | ||
pointcutargument ( MethodSignature ms ) : void | ||
pointcutarguments ( MethodSignature ms ) : void | ||
pointcutflag ( PointCutFlags flags ) : PointCutFlags | ||
pointcutflags ( ) : PointCutFlags | ||
pointcutsig1 ( PointCutDefinition pointcut ) : void | ||
pointcutsig2 ( String part1, MethodSignature ms ) : MethodSignature | ||
pointcutsig3 ( String part1, String part2, MethodSignature ms ) : MethodSignature | ||
pointcutsig4 ( MethodSignature ms ) : void | ||
pointcutsignature ( PointCutDefinition pointcut ) : void | ||
pointcuttarget ( PointCutDefinition pointcut ) : void | ||
reg_ex ( Boolean allowALL ) : String | ||
type_list ( TypeReferenceCollection types ) : void | ||
type_name ( DefinitionBase definition ) : void | ||
type_name_def ( ) : TypeReference | ||
type_name_or_ref ( ) : TypeReference |
Method | Description | |
---|---|---|
initializeFactory ( ) : void | ||
mk_tokenSet_0_ ( ) : long[] | ||
mk_tokenSet_10_ ( ) : long[] | ||
mk_tokenSet_11_ ( ) : long[] | ||
mk_tokenSet_12_ ( ) : long[] | ||
mk_tokenSet_13_ ( ) : long[] | ||
mk_tokenSet_14_ ( ) : long[] | ||
mk_tokenSet_15_ ( ) : long[] | ||
mk_tokenSet_16_ ( ) : long[] | ||
mk_tokenSet_17_ ( ) : long[] | ||
mk_tokenSet_1_ ( ) : long[] | ||
mk_tokenSet_2_ ( ) : long[] | ||
mk_tokenSet_3_ ( ) : long[] | ||
mk_tokenSet_4_ ( ) : long[] | ||
mk_tokenSet_5_ ( ) : long[] | ||
mk_tokenSet_6_ ( ) : long[] | ||
mk_tokenSet_7_ ( ) : long[] | ||
mk_tokenSet_8_ ( ) : long[] | ||
mk_tokenSet_9_ ( ) : long[] |
public AspectLanguageParser ( antlr.ParserSharedInputState state ) : antlr | ||
state | antlr.ParserSharedInputState | |
return | antlr |
public AspectLanguageParser ( antlr.TokenBuffer tokenBuf ) : antlr | ||
tokenBuf | antlr.TokenBuffer | |
return | antlr |
protected AspectLanguageParser ( antlr.TokenBuffer tokenBuf, int k ) : antlr | ||
tokenBuf | antlr.TokenBuffer | |
k | int | |
return | antlr |
public AspectLanguageParser ( antlr.TokenStream lexer ) : antlr | ||
lexer | antlr.TokenStream | |
return | antlr |
protected AspectLanguageParser ( antlr.TokenStream lexer, int k ) : antlr | ||
lexer | antlr.TokenStream | |
k | int | |
return | antlr |
protected ToLexicalInfo ( antlr token ) : |
||
token | antlr | |
return |
protected advice ( |
||
pointcut | ||
return | void |
protected advices ( |
||
pointcut | ||
return | void |
protected aspects ( EngineConfiguration conf ) : void | ||
conf | EngineConfiguration | |
return | void |
protected import_directive ( EngineConfiguration conf ) : void | ||
conf | EngineConfiguration | |
return | void |
protected include ( AspectDefinition aspect ) : void | ||
aspect | AspectDefinition | |
return | void |
protected interceptors_global ( EngineConfiguration conf ) : void | ||
conf | EngineConfiguration | |
return | void |
protected keytypepair ( IDeclarationCollection collection ) : void | ||
collection | IDeclarationCollection | |
return | void |
protected mixins_global ( EngineConfiguration conf ) : void | ||
conf | EngineConfiguration | |
return | void |
protected pairvalue ( IDeclarationCollection collection ) : void | ||
collection | IDeclarationCollection | |
return | void |
protected pointcut ( AspectDefinition aspect ) : void | ||
aspect | AspectDefinition | |
return | void |
protected pointcutargument ( MethodSignature ms ) : void | ||
ms | MethodSignature | |
return | void |
protected pointcutarguments ( MethodSignature ms ) : void | ||
ms | MethodSignature | |
return | void |
protected pointcutflag ( PointCutFlags flags ) : PointCutFlags | ||
flags | PointCutFlags | |
return | PointCutFlags |
protected pointcutsig1 ( PointCutDefinition pointcut ) : void | ||
pointcut | PointCutDefinition | |
return | void |
protected pointcutsig2 ( String part1, MethodSignature ms ) : MethodSignature | ||
part1 | String | |
ms | MethodSignature | |
return | MethodSignature |
protected pointcutsig3 ( String part1, String part2, MethodSignature ms ) : MethodSignature | ||
part1 | String | |
part2 | String | |
ms | MethodSignature | |
return | MethodSignature |
protected pointcutsig4 ( MethodSignature ms ) : void | ||
ms | MethodSignature | |
return | void |
protected pointcutsignature ( PointCutDefinition pointcut ) : void | ||
pointcut | PointCutDefinition | |
return | void |
protected pointcuttarget ( PointCutDefinition pointcut ) : void | ||
pointcut | PointCutDefinition | |
return | void |
protected reg_ex ( Boolean allowALL ) : String | ||
allowALL | Boolean | |
return | String |
protected type_list ( TypeReferenceCollection types ) : void | ||
types | TypeReferenceCollection | |
return | void |
protected type_name ( DefinitionBase definition ) : void | ||
definition | DefinitionBase | |
return | void |
protected type_name_or_ref ( ) : TypeReference | ||
return | TypeReference |
public static antlr.collections.impl.BitSet tokenSet_0_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_10_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_11_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_12_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_13_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_14_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_15_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_16_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_17_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_1_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_2_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_3_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_4_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_5_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_6_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_7_ | ||
return | antlr.collections.impl.BitSet |
public static antlr.collections.impl.BitSet tokenSet_8_ | ||
return | antlr.collections.impl.BitSet |