|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface INameNode
| Method Summary | |
|---|---|
String |
getLexicalName()
Get the name including any leading sigils. |
SourcePosition |
getLexicalNamePosition()
The position of the name + any sigils that come with it. |
String |
getName()
Get the plain name without sigils. |
SourcePosition |
getNamePosition()
The position of just the name part of the node. |
void |
setName(String newName)
Set the name (name should not include sigils). |
| Methods inherited from interface org.jrubyparser.ast.INameMatchable |
|---|
isNameMatch |
| Method Detail |
|---|
String getName()
String getLexicalName()
void setName(String newName)
SourcePosition getNamePosition()
SourcePosition getLexicalNamePosition()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||