Package org.stjs.generator.writer.expression

Class Summary
ArrayAccessWriter<JS> array access -> used only in very specific case, otherwise the arrays are forbidden
AssignmentWriter<JS>  
BinaryWriter<JS>  
CompoundAssignmentWriter<JS>  
ConditionalWriter<JS> conditional expr - as in java
IdentifierWriter<JS> this class deal with identifiers likes variable, field references.
InstanceofWriter<JS>  
LiteralWriter<JS>  
MemberSelectWriter<JS> write member select access, for fields, types and methods.
MethodInvocationWriter<JS>  
NewArrayWriter<JS> useless as arrays are supposed to be checked before
NewClassWriter<JS>  
ParenthesizedWriter<JS>  
TypeCastWriter<JS>  
UnaryWriter<JS> Java unary operator
 



Copyright © 2014. All Rights Reserved.