Index
A B C D E F G H I L M N O P R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AbstractExpressionIteratorForEach - Class in io.activej.codegen.expression
- AbstractExpressionIteratorForEach(Expression, Class<?>, Function<Expression, Expression>) - Constructor for class io.activej.codegen.expression.AbstractExpressionIteratorForEach
- AbstractExpressionMapForEach - Class in io.activej.codegen.expression
- AbstractExpressionMapForEach(Expression, Function<Expression, Expression>, Function<Expression, Expression>, Class<?>) - Constructor for class io.activej.codegen.expression.AbstractExpressionMapForEach
- add(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
-
Returns sum of arguments
- ADD - io.activej.codegen.operation.ArithmeticOperation
- allPrimitiveTypes() - Static method in class io.activej.codegen.util.Primitives
- allWrapperTypes() - Static method in class io.activej.codegen.util.Primitives
- alwaysFalse() - Static method in class io.activej.codegen.expression.Expressions
- alwaysTrue() - Static method in class io.activej.codegen.expression.Expressions
- and(Expression...) - Static method in class io.activej.codegen.expression.Expressions
- and(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- and(List<Expression>) - Static method in class io.activej.codegen.expression.Expressions
-
Returns result of logical 'and' for the list of predicates
- and(Stream<Expression>) - Static method in class io.activej.codegen.expression.Expressions
- AND - io.activej.codegen.operation.ArithmeticOperation
- arg(int) - Static method in class io.activej.codegen.expression.Expressions
-
Returns value which ordinal number is 'argument'
- arithmeticOp(ArithmeticOperation, Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- arithmeticOp(String, Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- ArithmeticOperation - Enum in io.activej.codegen.operation
- arrayForEach(Context, GeneratorAdapter, Label, Label) - Method in class io.activej.codegen.expression.AbstractExpressionIteratorForEach
- arrayGet(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- arrayNew(Class<?>, Expression) - Static method in class io.activej.codegen.expression.Expressions
- arraySet(Expression, Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
B
- beginStore(Context) - Method in interface io.activej.codegen.expression.StoreDef
-
Returns type of the owner's load
- beginStore(Context) - Method in class io.activej.codegen.expression.VarLocal
- bitAnd(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- bitOr(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- bitXor(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- build() - Method in class io.activej.codegen.ClassBuilder
- buildClassAndCreateNewInstance() - Method in class io.activej.codegen.ClassBuilder
- buildClassAndCreateNewInstance(Class<?>[], Object[]) - Method in class io.activej.codegen.ClassBuilder
- buildClassAndCreateNewInstance(Object...) - Method in class io.activej.codegen.ClassBuilder
C
- call(Expression, String, Expression...) - Static method in class io.activej.codegen.expression.Expressions
-
Returns a new
expression callwhich allows to use static methods from other classes - cast(Expression, Class<?>) - Static method in class io.activej.codegen.expression.Expressions
-
Casts expression to the type
- cast(Type, Type) - Method in class io.activej.codegen.Context
- castIntoSelf(Expression) - Static method in class io.activej.codegen.expression.Expressions
- CLASS_BUILDER_MARKER - Static variable in class io.activej.codegen.ClassBuilder
- ClassBuilder<T> - Class in io.activej.codegen
-
Intends for dynamic description of the behaviour of the object in runtime
- ClassKey(Class<?>, Set<Class<?>>, List<Object>) - Constructor for class io.activej.codegen.DefiningClassLoader.ClassKey
- cmp(CompareOperation, Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
-
Compares arguments
- cmpEq(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
-
Verifies that the arguments are equal
- cmpGe(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- cmpGt(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- cmpLe(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- cmpLt(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- cmpNe(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- collection - Variable in class io.activej.codegen.expression.AbstractExpressionIteratorForEach
- collection - Variable in class io.activej.codegen.expression.AbstractExpressionMapForEach
- compare(Class<?>, String...) - Static method in class io.activej.codegen.expression.Expressions
-
Compares the properties
- compare(Class<?>, List<String>) - Static method in class io.activej.codegen.expression.Expressions
-
Compares the properties
- CompareOperation - Enum in io.activej.codegen.operation
- compareToImpl(String...) - Static method in class io.activej.codegen.expression.Expressions
-
Compares the properties
- compareToImpl(List<String>) - Static method in class io.activej.codegen.expression.Expressions
-
Compares the properties
- constructor(Class<?>, Expression...) - Static method in class io.activej.codegen.expression.Expressions
-
Returns new instance of class
- Context - Class in io.activej.codegen
-
Contains information about a dynamic class
- Context(DefiningClassLoader, ClassBuilder<?>, GeneratorAdapter, Type, Method) - Constructor for class io.activej.codegen.Context
- create() - Static method in class io.activej.codegen.DefiningClassLoader
- create() - Static method in class io.activej.codegen.expression.ExpressionComparator
- create() - Static method in class io.activej.codegen.expression.ExpressionToString
- create(DefiningClassLoader) - Static method in class io.activej.codegen.util.DefiningClassWriter
- create(DefiningClassLoader, Class<? super T>, Class<?>...) - Static method in class io.activej.codegen.ClassBuilder
- create(DefiningClassLoader, Class<? super T>, List<Class<?>>) - Static method in class io.activej.codegen.ClassBuilder
- create(ClassLoader) - Static method in class io.activej.codegen.DefiningClassLoader
D
- dec(Expression) - Static method in class io.activej.codegen.expression.Expressions
- DEFAULT_CLASS_NAME - Static variable in class io.activej.codegen.ClassBuilder
- defineAndCacheClass(DefiningClassLoader.ClassKey, String, byte[]) - Method in class io.activej.codegen.DefiningClassLoader
- defineClass(String, byte[]) - Method in class io.activej.codegen.DefiningClassLoader
- DefiningClassLoader - Class in io.activej.codegen
-
Represents a loader for defining dynamically generated classes.
- DefiningClassLoader.ClassKey - Class in io.activej.codegen
- DefiningClassLoaderMBean - Interface in io.activej.codegen
- DefiningClassWriter - Class in io.activej.codegen.util
- div(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- DIV - io.activej.codegen.operation.ArithmeticOperation
E
- entryClazz - Variable in class io.activej.codegen.expression.AbstractExpressionMapForEach
- EQ - io.activej.codegen.operation.CompareOperation
- equals(Object) - Method in class io.activej.codegen.DefiningClassLoader.ClassKey
- equalsImpl(String...) - Static method in class io.activej.codegen.expression.Expressions
-
Verifies that the properties are equal
- equalsImpl(List<String>) - Static method in class io.activej.codegen.expression.Expressions
-
Verifies that the properties are equal
- exception(Class<? extends Throwable>) - Static method in class io.activej.codegen.expression.Expressions
- exception(Class<? extends Throwable>, Expression) - Static method in class io.activej.codegen.expression.Expressions
- exceptionInGeneratedClass(Context) - Static method in class io.activej.codegen.util.Utils
- Expression - Interface in io.activej.codegen.expression
-
These are basic methods for functions that allow to read the state and to process data
- ExpressionComparator - Class in io.activej.codegen.expression
-
Defines methods to compare some fields
- ExpressionConstant - Class in io.activej.codegen.expression
-
Defines methods to create a constant value
- Expressions - Class in io.activej.codegen.expression
-
Defines list of possibilities for creating dynamic objects
- Expressions() - Constructor for class io.activej.codegen.expression.Expressions
- ExpressionToString - Class in io.activej.codegen.expression
-
Defines methods which allow to create a string
F
- fields - Variable in class io.activej.codegen.ClassBuilder
- forEach - Variable in class io.activej.codegen.expression.AbstractExpressionIteratorForEach
- forEach(Expression, Class<?>, Function<Expression, Expression>) - Static method in class io.activej.codegen.expression.Expressions
- forEach(Expression, Function<Expression, Expression>) - Static method in class io.activej.codegen.expression.Expressions
- forEach(Expression, Function<Expression, Expression>, Function<Expression, Expression>) - Static method in class io.activej.codegen.expression.Expressions
- forKey - Variable in class io.activej.codegen.expression.AbstractExpressionMapForEach
- forValue - Variable in class io.activej.codegen.expression.AbstractExpressionMapForEach
G
- GE - io.activej.codegen.operation.CompareOperation
- getCachedClass(DefiningClassLoader.ClassKey) - Method in class io.activej.codegen.DefiningClassLoader
- getCachedClassesCount() - Method in class io.activej.codegen.DefiningClassLoader
- getCachedClassesCount() - Method in interface io.activej.codegen.DefiningClassLoaderMBean
- getCachedClassesCountByType() - Method in class io.activej.codegen.DefiningClassLoader
- getCachedClassesCountByType() - Method in interface io.activej.codegen.DefiningClassLoaderMBean
- getClassBuilder() - Method in class io.activej.codegen.Context
- getClassLoader() - Method in class io.activej.codegen.ClassBuilder
- getClassLoader() - Method in class io.activej.codegen.Context
- getCommonSuperClass(String, String) - Method in class io.activej.codegen.util.DefiningClassWriter
- getDefinedClassesCount() - Method in class io.activej.codegen.DefiningClassLoader
- getDefinedClassesCount() - Method in interface io.activej.codegen.DefiningClassLoaderMBean
- getEntries() - Method in class io.activej.codegen.expression.AbstractExpressionMapForEach
- getFields() - Method in class io.activej.codegen.Context
- getGeneratorAdapter() - Method in class io.activej.codegen.Context
- getId() - Method in class io.activej.codegen.expression.ExpressionConstant
- getInterfaces() - Method in class io.activej.codegen.Context
- getKey(VarLocal) - Method in class io.activej.codegen.expression.AbstractExpressionMapForEach
- getLocal() - Method in class io.activej.codegen.expression.VarLocal
-
Deprecated.
- getMethod() - Method in class io.activej.codegen.Context
- getMethods() - Method in class io.activej.codegen.Context
- getSelfType() - Method in class io.activej.codegen.Context
- getStaticConstant(int) - Static method in class io.activej.codegen.ClassBuilder
- getStaticMethods() - Method in class io.activej.codegen.Context
- getSuperclass() - Method in class io.activej.codegen.Context
- getValue() - Method in class io.activej.codegen.expression.ExpressionConstant
- getValue(VarLocal) - Method in class io.activej.codegen.expression.AbstractExpressionIteratorForEach
- getValue(VarLocal) - Method in class io.activej.codegen.expression.AbstractExpressionMapForEach
- GT - io.activej.codegen.operation.CompareOperation
H
- hash(Expression...) - Static method in class io.activej.codegen.expression.Expressions
-
Returns a hash code which was calculated from the
properties - hash(List<Expression>) - Static method in class io.activej.codegen.expression.Expressions
-
Returns a hash code which was calculated from the
properties - hashCode() - Method in class io.activej.codegen.DefiningClassLoader.ClassKey
- hashCodeImpl(String...) - Static method in class io.activej.codegen.expression.Expressions
- hashCodeImpl(List<String>) - Static method in class io.activej.codegen.expression.Expressions
-
Returns hash of the properties
I
- ifThenElse(Expression, Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- inc(Expression) - Static method in class io.activej.codegen.expression.Expressions
- interfaces - Variable in class io.activej.codegen.ClassBuilder
- invoke(Expression, String, Expression...) - Method in class io.activej.codegen.Context
- invoke(Expression, String, List<Expression>) - Method in class io.activej.codegen.Context
- invoke(Type, String, Type...) - Method in class io.activej.codegen.Context
- invokeConstructor(Type, Expression...) - Method in class io.activej.codegen.Context
- invokeConstructor(Type, List<Expression>) - Method in class io.activej.codegen.Context
- invokeConstructor(Type, Type...) - Method in class io.activej.codegen.Context
- invokeStatic(Type, String, Expression...) - Method in class io.activej.codegen.Context
- invokeStatic(Type, String, List<Expression>) - Method in class io.activej.codegen.Context
- invokeStatic(Type, String, Type...) - Method in class io.activej.codegen.Context
- invokeVirtualOrInterface(GeneratorAdapter, Class<?>, Method) - Static method in class io.activej.codegen.util.Utils
- io.activej.codegen - package io.activej.codegen
- io.activej.codegen.expression - package io.activej.codegen.expression
- io.activej.codegen.operation - package io.activej.codegen.operation
- io.activej.codegen.util - package io.activej.codegen.util
- isJvmPrimitive() - Method in class io.activej.codegen.expression.ExpressionConstant
- isNotNull(Expression) - Static method in class io.activej.codegen.expression.Expressions
- isNull(Expression) - Static method in class io.activej.codegen.expression.Expressions
- isPrimitiveType(Type) - Static method in class io.activej.codegen.util.Utils
- isValidCast(Type, Type) - Static method in class io.activej.codegen.util.Utils
- isWrapperType(Class<?>) - Static method in class io.activej.codegen.util.Primitives
- isWrapperType(Type) - Static method in class io.activej.codegen.util.Utils
L
- LE - io.activej.codegen.operation.CompareOperation
- leftProperty(Class<?>, String) - Static method in class io.activej.codegen.expression.ExpressionComparator
- length(Expression) - Static method in class io.activej.codegen.expression.Expressions
- let(Expression[], Function<Variable[], Expression>) - Static method in class io.activej.codegen.expression.Expressions
- let(Expression, Function<Variable, Expression>) - Static method in class io.activej.codegen.expression.Expressions
- let(List<Expression>, Function<List<Variable>, Expression>) - Static method in class io.activej.codegen.expression.Expressions
- load(Context) - Method in class io.activej.codegen.expression.AbstractExpressionIteratorForEach
- load(Context) - Method in class io.activej.codegen.expression.AbstractExpressionMapForEach
- load(Context) - Method in interface io.activej.codegen.expression.Expression
-
Processes data and returns its type
- load(Context) - Method in class io.activej.codegen.expression.ExpressionComparator
- load(Context) - Method in class io.activej.codegen.expression.ExpressionConstant
- load(Context) - Method in class io.activej.codegen.expression.ExpressionToString
- load(Context) - Method in class io.activej.codegen.expression.VarLocal
- loop(Expression, Expression, Function<Expression, Expression>) - Static method in class io.activej.codegen.expression.Expressions
- LT - io.activej.codegen.operation.CompareOperation
M
- methods - Variable in class io.activej.codegen.ClassBuilder
- mul(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- MUL - io.activej.codegen.operation.ArithmeticOperation
N
- NE - io.activej.codegen.operation.CompareOperation
- neg(Expression) - Static method in class io.activej.codegen.expression.Expressions
- newLocal(Type) - Method in class io.activej.codegen.Context
- not(Expression) - Static method in class io.activej.codegen.expression.Expressions
- nullRef(Class<?>) - Static method in class io.activej.codegen.expression.Expressions
- nullRef(Type) - Static method in class io.activej.codegen.expression.Expressions
O
- opCode - Variable in enum io.activej.codegen.operation.ArithmeticOperation
- opCode - Variable in enum io.activej.codegen.operation.CompareOperation
- operation(String) - Static method in enum io.activej.codegen.operation.ArithmeticOperation
- operation(String) - Static method in enum io.activej.codegen.operation.CompareOperation
- or(Expression...) - Static method in class io.activej.codegen.expression.Expressions
- or(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- or(List<Expression>) - Static method in class io.activej.codegen.expression.Expressions
-
Returns result of logical 'or' for the list of predicates
- or(Stream<Expression>) - Static method in class io.activej.codegen.expression.Expressions
- OR - io.activej.codegen.operation.ArithmeticOperation
P
- Primitives - Class in io.activej.codegen.util
- Primitives() - Constructor for class io.activej.codegen.util.Primitives
- property(Expression, String) - Static method in class io.activej.codegen.expression.Expressions
-
Returns the property from
owner
R
- rem(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- REM - io.activej.codegen.operation.ArithmeticOperation
- rightProperty(Class<?>, String) - Static method in class io.activej.codegen.expression.ExpressionComparator
S
- self() - Static method in class io.activej.codegen.expression.Expressions
-
Returns current instance
- sequence(Expression...) - Static method in class io.activej.codegen.expression.Expressions
-
Returns sequence of operations which will be processed one after the other
- sequence(Consumer<List<Expression>>) - Static method in class io.activej.codegen.expression.Expressions
- sequence(List<Expression>) - Static method in class io.activej.codegen.expression.Expressions
- set(StoreDef, Expression) - Static method in class io.activej.codegen.expression.Expressions
-
Sets the value from the argument 'from' to the argument 'to'
- setStaticMethod(String, Class<?>, List<? extends Class<?>>, Expression) - Method in class io.activej.codegen.ClassBuilder
- shl(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- SHL - io.activej.codegen.operation.ArithmeticOperation
- shr(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- SHR - io.activej.codegen.operation.ArithmeticOperation
- staticCall(Class<?>, String, Expression...) - Static method in class io.activej.codegen.expression.Expressions
- staticCallSelf(String, Expression...) - Static method in class io.activej.codegen.expression.Expressions
- staticField(Class<?>, String) - Static method in class io.activej.codegen.expression.Expressions
-
Returns the static field from
owner - staticField(String) - Static method in class io.activej.codegen.expression.Expressions
- staticMethods - Variable in class io.activej.codegen.ClassBuilder
- store(Context) - Method in class io.activej.codegen.expression.VarLocal
- store(Context, Object, Type) - Method in interface io.activej.codegen.expression.StoreDef
- store(Context, Object, Type) - Method in class io.activej.codegen.expression.VarLocal
- StoreDef - Interface in io.activej.codegen.expression
-
These are basic methods that allow to write the state and to process data
- sub(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- SUB - io.activej.codegen.operation.ArithmeticOperation
- superclass - Variable in class io.activej.codegen.ClassBuilder
- switchByIndex(Expression, Expression...) - Static method in class io.activej.codegen.expression.Expressions
- switchByIndex(Expression, List<Expression>) - Static method in class io.activej.codegen.expression.Expressions
- switchByIndex(Expression, List<Expression>, Expression) - Static method in class io.activej.codegen.expression.Expressions
- switchByKey(Expression, List<Expression>, List<Expression>) - Static method in class io.activej.codegen.expression.Expressions
- switchByKey(Expression, List<Expression>, List<Expression>, Expression) - Static method in class io.activej.codegen.expression.Expressions
- switchByKey(Expression, Map<Expression, Expression>) - Static method in class io.activej.codegen.expression.Expressions
- switchByKey(Expression, Map<Expression, Expression>, Expression) - Static method in class io.activej.codegen.expression.Expressions
- symbol - Variable in enum io.activej.codegen.operation.ArithmeticOperation
- symbol - Variable in enum io.activej.codegen.operation.CompareOperation
T
- thatProperty(String) - Static method in class io.activej.codegen.expression.ExpressionComparator
- thisProperty(String) - Static method in class io.activej.codegen.expression.ExpressionComparator
- toJavaType(Type) - Method in class io.activej.codegen.Context
- toPrimitive(Type) - Static method in class io.activej.codegen.util.Utils
- toString() - Method in class io.activej.codegen.DefiningClassLoader
- toStringImpl(String...) - Static method in class io.activej.codegen.expression.Expressions
-
Returns the string which was constructed from properties
- toStringImpl(List<String>) - Static method in class io.activej.codegen.expression.Expressions
-
Returns the string which was constructed from properties
- type - Variable in class io.activej.codegen.expression.AbstractExpressionIteratorForEach
U
- unifyArithmeticTypes(Class<?>...) - Static method in class io.activej.codegen.expression.Expressions
- unifyArithmeticTypes(List<Class<?>>) - Static method in class io.activej.codegen.expression.Expressions
- unwrap(Class<T>) - Static method in class io.activej.codegen.util.Primitives
- unwrap(Type) - Static method in class io.activej.codegen.util.Utils
- ushr(Expression, Expression) - Static method in class io.activej.codegen.expression.Expressions
- USHR - io.activej.codegen.operation.ArithmeticOperation
- Utils - Class in io.activej.codegen.util
- Utils() - Constructor for class io.activej.codegen.util.Utils
V
- value(Object) - Static method in class io.activej.codegen.expression.Expressions
-
Returns new constant for the value
- value(Object, Class<?>) - Static method in class io.activej.codegen.expression.Expressions
- valueOf(String) - Static method in enum io.activej.codegen.operation.ArithmeticOperation
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.activej.codegen.operation.CompareOperation
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.activej.codegen.operation.ArithmeticOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum io.activej.codegen.operation.CompareOperation
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VAR_LOCAL_VOID - Static variable in class io.activej.codegen.expression.VarLocal
- Variable - Interface in io.activej.codegen.expression
- VarLocal - Class in io.activej.codegen.expression
-
Defines methods which allow to create a local variable
- VarLocal(int) - Constructor for class io.activej.codegen.expression.VarLocal
- voidExp() - Static method in class io.activej.codegen.expression.Expressions
W
- with(Expression) - Method in class io.activej.codegen.expression.ExpressionToString
- with(Expression, Expression) - Method in class io.activej.codegen.expression.ExpressionComparator
- with(Expression, Expression, boolean) - Method in class io.activej.codegen.expression.ExpressionComparator
- with(String, Expression) - Method in class io.activej.codegen.expression.ExpressionToString
- withBytecodeSaveDir(Path) - Method in class io.activej.codegen.ClassBuilder
- withClassKey(Object...) - Method in class io.activej.codegen.ClassBuilder
- withClassName(String) - Method in class io.activej.codegen.ClassBuilder
- withConstructor(Expression) - Method in class io.activej.codegen.ClassBuilder
- withField(String, Class<?>) - Method in class io.activej.codegen.ClassBuilder
-
Creates a new field for a dynamic class
- withField(String, Class<?>, Expression) - Method in class io.activej.codegen.ClassBuilder
- withFinalField(String, Class<?>, Expression) - Method in class io.activej.codegen.ClassBuilder
- withInitializer(Consumer<? super T>) - Method in interface io.activej.codegen.util.WithInitializer
- WithInitializer<T extends WithInitializer<T>> - Interface in io.activej.codegen.util
- withMethod(String, Expression) - Method in class io.activej.codegen.ClassBuilder
-
CCreates a new method for a dynamic class
- withMethod(String, Class<?>, List<? extends Class<?>>, Expression) - Method in class io.activej.codegen.ClassBuilder
-
Creates a new method for a dynamic class
- withQuotes(String, String) - Method in class io.activej.codegen.expression.ExpressionToString
- withQuotes(String, String, String) - Method in class io.activej.codegen.expression.ExpressionToString
- withSeparator(String) - Method in class io.activej.codegen.expression.ExpressionToString
- withStaticField(String, Class<?>) - Method in class io.activej.codegen.ClassBuilder
- withStaticField(String, Class<?>, Expression) - Method in class io.activej.codegen.ClassBuilder
- withStaticFinalField(String, Class<?>, Expression) - Method in class io.activej.codegen.ClassBuilder
- withStaticInitializer(Expression) - Method in class io.activej.codegen.ClassBuilder
- withStaticMethod(String, Class<?>, List<? extends Class<?>>, Expression) - Method in class io.activej.codegen.ClassBuilder
- wrap(Class<T>) - Static method in class io.activej.codegen.util.Primitives
- wrap(Type) - Static method in class io.activej.codegen.util.Utils
X
- XOR - io.activej.codegen.operation.ArithmeticOperation
All Classes All Packages