issues
search
grom358
/
pharborist
A PHP library to query and transform source code via tree operations.
GNU General Public License v3.0
44
stars
10
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
PHP7
#232
superromeo
opened
7 years ago
0
Pass the filename when retrieving tokens. Fixes #230.
#231
pfrenssen
closed
9 years ago
0
Pass the filename from the Parser to the Node
#230
pfrenssen
closed
9 years ago
3
Restore the ability to retrieve the filename from a Node.
#229
pfrenssen
opened
9 years ago
0
Restore the ability to retrieve the filename from a Node
#228
pfrenssen
closed
9 years ago
2
Fix usage example in README (again :))
#227
webchick
closed
9 years ago
1
Removed ParentNode::childInserted
#226
grom358
closed
9 years ago
0
Reflector matching
#225
phenaproxima
closed
9 years ago
0
Fixed failing test of DocCommentTrait::setDocComment()
#224
phenaproxima
closed
9 years ago
0
ParameterNode::getReference() is useless
#223
phenaproxima
closed
9 years ago
1
We need InterfaceNode::getMethods()
#222
phenaproxima
closed
9 years ago
2
Add NamespaceIndex
#221
phenaproxima
opened
9 years ago
0
MethodIndex::isAbstract(), isStatic(), isFinal()
#220
phenaproxima
closed
9 years ago
0
Create MethodIndex::getOverrides()
#219
phenaproxima
opened
9 years ago
0
Add ConstantIndex::getUsages()
#218
phenaproxima
opened
9 years ago
0
Add isAbstract() and isStatic() to MethodIndex
#217
phenaproxima
closed
9 years ago
0
Add getInstances() to ClassIndex
#216
phenaproxima
opened
9 years ago
0
Add getCalls() method to FunctionIndex
#215
phenaproxima
opened
9 years ago
0
Created TraitIndex
#214
phenaproxima
opened
9 years ago
0
Created ClassIndex::getInterfaces()
#213
phenaproxima
closed
9 years ago
0
Created InterfaceIndex
#212
phenaproxima
closed
9 years ago
0
ClassIndex::getInterfaces()
#211
phenaproxima
closed
9 years ago
1
InterfaceIndex
#210
phenaproxima
closed
9 years ago
1
Index objects should know how to remove themselves
#209
phenaproxima
opened
9 years ago
0
Index objects should use Doctrine's ArrayCollections for handling lists of related objects
#208
phenaproxima
opened
9 years ago
0
Add getTraits() method to ClassIndex and TraitIndex
#207
phenaproxima
opened
9 years ago
0
Create TraitIndex
#206
phenaproxima
opened
9 years ago
0
Create ClassIndex::getInterfaces()
#205
phenaproxima
closed
9 years ago
0
Create Index\InterfaceIndex
#204
phenaproxima
closed
9 years ago
0
Filter::isClass() cannot handle qualified class names
#203
phenaproxima
opened
9 years ago
0
Fixed #201 and added a test for it.
#202
phenaproxima
closed
9 years ago
0
SingleInheritanceNode::setImplements() screws up when passed an array of strings
#201
phenaproxima
closed
9 years ago
0
Add ability to generate nodes from reflectors
#200
phenaproxima
opened
9 years ago
0
Add key manipulation methods to ArrayLookupNode
#199
phenaproxima
opened
9 years ago
0
Add filename to ParserException message
#198
webchick
closed
9 years ago
0
DocCommentNode::create() should not call trim() on every line
#197
phenaproxima
opened
9 years ago
1
StatementBlockNode::appendStatement()
#196
grom358
closed
9 years ago
1
useTrait()
#195
phenaproxima
opened
9 years ago
0
Fatal error: Call to a member function nextToken() on null
#194
pfrenssen
closed
9 years ago
2
Confusing error message when ExpressionParser::P encounters a ParserException
#193
webchick
closed
9 years ago
4
Added formatter
#192
grom358
closed
9 years ago
1
Add ObjectPropertyNode::getRootObject()
#191
phenaproxima
opened
10 years ago
0
Created NodeCollection::addTo().
#190
phenaproxima
closed
10 years ago
0
Add NodeCollection::addTo()
#189
phenaproxima
closed
10 years ago
0
Add furthest() to NodeCollection
#188
phenaproxima
closed
10 years ago
1
Add furthest() traversal method
#187
phenaproxima
closed
10 years ago
1
Traversing child nodes, except of nodes being descendants of specific node types
#186
pako-pl
closed
9 years ago
5
Missing return statement in ClassMemberNode->getVisibility()
#185
pako-pl
closed
10 years ago
1
Add \Pharborist\ParentNode->isDescendant($node) method
#184
pako-pl
closed
10 years ago
4
Condense binary operation nodes into a single node type
#183
phenaproxima
closed
10 years ago
3
Next