enum class compiler::FOpArg
sys::Obj sys::Enum compiler::FOpArg
@Serializable { simple=true }
FOpArg
- Decimal
-
const static FOpArg Decimal := ...
- Duration
-
const static FOpArg Duration := ...
- FieldRef
-
const static FOpArg FieldRef := ...
- Float
-
const static FOpArg Float := ...
- Int
-
const static FOpArg Int := ...
- Jump
-
const static FOpArg Jump := ...
- MethodRef
-
const static FOpArg MethodRef := ...
- None
-
const static FOpArg None := ...
- Register
-
const static FOpArg Register := ...
- Str
-
const static FOpArg Str := ...
- TypePair
-
const static FOpArg TypePair := ...
- TypeRef
-
const static FOpArg TypeRef := ...
- Uri
-
const static FOpArg Uri := ...
- fromStr
-
static new fromStr(Str name, Bool checked := true)
Return the FOpArg instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.
- vals
-
const static FOpArg[] vals := ...
List of FOpArg values indexed by ordinal