Method | Description | |
---|---|---|
ArrayMatcher ( Matcher primary ) : System |
Constructor for the
|
|
Match ( Class, type ) : Transform, |
This is used to match a
|
|
MatchArray ( Class, entry ) : Transform, |
This is used to match a
|
public ArrayMatcher ( Matcher primary ) : System | ||
primary | Matcher | /// this is the primary matcher to be used /// |
return | System |
public Match ( Class, type ) : Transform, | ||
type | Class, | /// this is the array to find the transform for /// |
return | Transform, |
public MatchArray ( Class, entry ) : Transform, | ||
entry | Class, | /// this is the array component type to be matched /// |
return | Transform, |