- java.lang.Object
-
- org.joni.ast.CClassNode.CCStateArg
-
- Enclosing class:
- CClassNode
public static final class CClassNode.CCStateArg extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description int
from
boolean
fromIsRaw
CClassNode.CCVALTYPE
inType
CClassNode.CCSTATE
state
int
to
boolean
toIsRaw
CClassNode.CCVALTYPE
type
-
Constructor Summary
Constructors Constructor Description CCStateArg()
-
-
-
Field Detail
-
from
public int from
-
to
public int to
-
fromIsRaw
public boolean fromIsRaw
-
toIsRaw
public boolean toIsRaw
-
inType
public CClassNode.CCVALTYPE inType
-
type
public CClassNode.CCVALTYPE type
-
state
public CClassNode.CCSTATE state
-
-