org.jrubyparser.ast
Interface IParameter

All Superinterfaces:
ILocalVariable, INameMatchable, INameNode
All Known Implementing Classes:
ArgumentNode, BlockArgNode, KeywordRestArgNode, RestArgNode, TypedArgumentNode, UnnamedRestArgNode

public interface IParameter
extends ILocalVariable

For 1.9+ we can tell if a node is a parameter or not. This interface makes that determination simpler.


Method Summary
 
Methods inherited from interface org.jrubyparser.ast.ILocalVariable
getDeclaration, getDefinedScope, getOccurrences
 
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.