toggle menu
openrs2
jvm
switch theme
search in API
openrs2
/
org.openrs2.deob.ast.util
Package-level
declarations
Functions
Functions
checked
As
Int
Link copied to clipboard
fun
IntegerLiteralExpr
.
checkedAsInt
(
)
:
Int
checked
As
Long
Link copied to clipboard
fun
LongLiteralExpr
.
checkedAsLong
(
)
:
Long
count
Nots
Link copied to clipboard
fun
Expression
.
countNots
(
)
:
Int
flip
Link copied to clipboard
fun
BinaryExpr.Operator
.
flip
(
)
:
BinaryExpr.Operator
?
has
Side
Effects
Link copied to clipboard
fun
Expression
.
hasSideEffects
(
)
:
Boolean
is
Class
Link copied to clipboard
fun
ResolvedType
.
isClass
(
)
:
Boolean
is
Integer
Or
Long
Literal
Link copied to clipboard
fun
Expression
.
isIntegerOrLongLiteral
(
)
:
Boolean
is
String
Link copied to clipboard
fun
ResolvedType
.
isString
(
)
:
Boolean
negate
Link copied to clipboard
fun
Expression
.
negate
(
)
:
Expression
not
Link copied to clipboard
fun
Expression
.
not
(
)
:
Expression
to
Hex
Literal
Expr
Link copied to clipboard
fun
Int
.
toHexLiteralExpr
(
)
:
IntegerLiteralExpr
fun
Long
.
toHexLiteralExpr
(
)
:
LongLiteralExpr
to
Long
Literal
Expr
Link copied to clipboard
fun
Long
.
toLongLiteralExpr
(
)
:
LongLiteralExpr
walk
Link copied to clipboard
inline
fun
<
T
:
Node
>
Node
.
walk
(
crossinline
consumer
:
(
T
)
->
Unit
)