org.jrubyparser.ast
Interface IInstanceVariable

All Superinterfaces:
INameMatchable, INameNode
All Known Implementing Classes:
InstAsgnNode, InstVarNode

public interface IInstanceVariable
extends INameNode

Marker interface for instance variable (instasgn, instvar).


Method Summary
 
Methods inherited from interface org.jrubyparser.ast.INameNode
getLexicalName, getLexicalNamePosition, getName, getNamePosition, setName
 
Methods inherited from interface org.jrubyparser.ast.INameMatchable
isNameMatch
 



Copyright © 2013. All Rights Reserved.