|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProToken | |
|---|---|
| com.joanju.proparse | |
| org.prorefactor.core | General purpose Proparse support functions and subroutines. |
| org.prorefactor.nodetypes | Subtypes of org.prorefactor.core.JPNode, and related classes. |
| Uses of ProToken in com.joanju.proparse |
|---|
| Methods in com.joanju.proparse that return ProToken | |
|---|---|
ProToken |
ProToken.getNext()
Convenience method for (ProToken) getHiddenAfter(). |
ProToken |
ProToken.getPrev()
Convenience method for (ProToken) getHiddenBefore(). |
ProToken |
Postlexer.nextToken()
|
| Methods in com.joanju.proparse with parameters of type ProToken | |
|---|---|
void |
ProToken.setHiddenAfter(ProToken t)
|
void |
ProToken.setHiddenBefore(ProToken t)
|
| Constructors in com.joanju.proparse with parameters of type ProToken | |
|---|---|
ProToken(ProToken orig)
|
|
| Uses of ProToken in org.prorefactor.core |
|---|
| Methods in org.prorefactor.core that return ProToken | |
|---|---|
ProToken |
JPUtil.findFirstHiddenAfterLastDescendant(JPNode node)
Find the first hidden token after the current node's last descendant. |
ProToken |
JPNode.getHiddenAfter()
|
ProToken |
JPNode.getHiddenBefore()
|
ProToken |
JPNode.getHiddenFirst()
|
| Methods in org.prorefactor.core that return types with arguments of type ProToken | |
|---|---|
java.util.List<ProToken> |
JPNode.getHiddenTokens()
|
| Methods in org.prorefactor.core with parameters of type ProToken | |
|---|---|
int |
CommentFinder.commentTextReview(ProToken t)
Review the text of current comment, to see if it matches. |
void |
JPNode.setHiddenAfter(ProToken t)
|
void |
JPNode.setHiddenBefore(ProToken t)
|
| Constructors in org.prorefactor.core with parameters of type ProToken | |
|---|---|
JPNode(ProToken t)
|
|
| Uses of ProToken in org.prorefactor.nodetypes |
|---|
| Constructors in org.prorefactor.nodetypes with parameters of type ProToken | |
|---|---|
BlockNode(ProToken t)
|
|
FieldRefNode(ProToken t)
|
|
ProgramRootNode(ProToken t)
|
|
ProparseDirectiveNode(ProToken t)
|
|
RecordNameNode(ProToken t)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||