![JAR search and dependency download from the Maven repository](/logo.png)
io.github.kiryu1223.expressionTree.expressions.Kind Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ExpressionTree Show documentation
Show all versions of ExpressionTree Show documentation
java static expressionTree
package io.github.kiryu1223.expressionTree.expressions;
public enum Kind
{
Binary,
Unary,
Constant,
FieldSelect,
MethodCall,
Parameter,
New,
NewArray,
Block,
Lambda,
Variable,
Index,
Assign,
AssignOp,
StaticClass,
Reference,
Return,
Break,
Continue,
Conditional,
If,
Parens,
Foreach,
For,
While,
Switch,
Case,
Catch,
Try,
Throw,
TypeCast,
;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy