anvil.script
Class ParameterListDeclaration.Parameter

java.lang.Object
  |
  +--anvil.script.ParameterListDeclaration.Parameter
Enclosing class:
ParameterListDeclaration

protected static class ParameterListDeclaration.Parameter
extends java.lang.Object


Field Summary
protected  Doc doc
           
protected  Expression expr
           
protected  int kind
           
protected  java.lang.String name
           
protected  boolean req
           
protected  Expression type
           
protected  Any value
           
 
Constructor Summary
protected ParameterListDeclaration.Parameter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

kind

protected int kind

name

protected java.lang.String name

value

protected Any value

expr

protected Expression expr

type

protected Expression type

req

protected boolean req

doc

protected Doc doc
Constructor Detail

ParameterListDeclaration.Parameter

protected ParameterListDeclaration.Parameter()