public interface Field extends Member
Declaration
subinterface for a field. Fields includes constants and
class fields (in this API).Access.AccessType
Modifier and Type | Method and Description |
---|---|
Expression |
getExpression()
Gets the initial value of this
Field . |
Type |
getType()
Gets the (return) type of this
Field . |
Field |
setExpression(Expression e)
Sets the initial value of this
Field . |
Field |
setType(Type type)
Sets the (return) type of this
Field . |
addAnnotation, addAnnotation, getAnnotations, getName, isFinal, isFinal, isStatic, isStatic, setName
javadoc
applyStyle, cast, getComment, isActive, isBlockWithAbruptCompletion, setComment, toCode, visit, vm
Expression getExpression()
Field
.Type getType()
Field
.Field setExpression(Expression e)
Field
.Copyright © 2000–2018 jenesis4java. All rights reserved.