Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15378500
D12289.id.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
576 B
Referenced Files
None
Subscribers
None
D12289.id.diff
View Options
diff --git a/src/parser/aast/api/AASTToken.php b/src/parser/aast/api/AASTToken.php
--- a/src/parser/aast/api/AASTToken.php
+++ b/src/parser/aast/api/AASTToken.php
@@ -4,6 +4,7 @@
protected $id;
protected $typeID;
+ protected $typeName;
protected $value;
protected $offset;
protected $tree;
@@ -11,8 +12,8 @@
public function __construct($id, $type, $value, $offset, AASTTree $tree) {
$this->id = $id;
$this->typeID = $type;
- $this->offset = $offset;
$this->value = $value;
+ $this->offset = $offset;
$this->tree = $tree;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 14, 2:57 PM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7660005
Default Alt Text
D12289.id.diff (576 B)
Attached To
Mode
D12289: Add typeName attribute to AASTToken
Attached
Detach File
Event Timeline
Log In to Comment