forked from crossminer/FOCUS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAsmL.txt
45 lines (45 loc) · 914 Bytes
/
AsmL.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
LocatedElement#location
LocatedElement#commentsBefore
LocatedElement#commentsAfter
InWhereHolds#var
InWhereHolds#in
InWhereHolds#where
InWhereHolds#holds
VarDeclaration#isConstant
VarDeclaration#isDeclaration
VarDeclaration#isLocal
VarDeclaration#name
VarDeclaration#type
Structure#name
Structure#varOrCase
Structure#superStructureName
Class#name
Class#isAbstract
Class#superClassName
Class#varOrMethod
Method#isAbstract
Method#isShared
Method#isEntryPoint
Method#isOverride
Method#returnType
Method#parameters
Parameter#name
Parameter#type
Parameter#ownerMethod
ChooseRule#expressions
ChooseRule#ifChoosenRules
ChooseRule#ifNotChoosenRule
ConditionalRule#condition
ConditionalRule#thenRule
ConditionalRule#elseRule
ConditionalRule#elseIfRule
Type#withNull
Type#ownerDeclaration
Type#ownerMethod
Type#ownerParameter
Operator#opName
Operator#leftExp
Operator#rightExp
MapTerm#ofTerm
MapTerm#toTerm
MapTerm#separator