public class AnyOperationContributor extends OperationContributor
cachedMethodNames, context, target
Constructor and Description |
---|
AnyOperationContributor() |
Modifier and Type | Method and Description |
---|---|
boolean |
asBoolean() |
Date |
asDate(String format) |
double |
asDouble() |
float |
asFloat() |
int |
asInteger() |
long |
asLong() |
float |
asReal() |
String |
asString() |
String |
asUnicode() |
boolean |
contributesTo(Object target) |
Object |
err() |
Object |
err(Object prefix) |
Object |
err(Object prefix,
Object suffix) |
Object |
errln() |
Object |
errln(Object prefix) |
Object |
errln(Object prefix,
Object suffix) |
String |
format(String formatString) |
Class<?> |
getNativeType() |
IModel |
getOwningModel() |
boolean |
hasProperty(String property) |
String |
id() |
Object |
ifUndefined(Object alternative) |
boolean |
instanceOf(EolType type) |
boolean |
isDefined() |
boolean |
isInteger() |
boolean |
isKindOf(EolType type) |
boolean |
isReal() |
boolean |
isTypeOf(EolType type) |
boolean |
isUndefined() |
Class<?> |
nativeType() |
IModel |
owningModel() |
Object |
print() |
Object |
print(Object prefix) |
Object |
print(Object prefix,
Object suffix) |
Object |
println() |
Object |
println(Object prefix) |
Object |
println(Object prefix,
Object suffix) |
Object |
type() |
findContributedMethodForEvaluatedParameters, findContributedMethodForUnevaluatedParameters, getReflectionTarget, includeInheritedMethods, setContext, setTarget
public boolean contributesTo(Object target)
contributesTo
in class OperationContributor
public Object type()
public boolean instanceOf(EolType type)
public boolean isTypeOf(EolType type)
public boolean isKindOf(EolType type)
public Class<?> getNativeType()
public Class<?> nativeType()
public IModel getOwningModel()
public IModel owningModel()
public String asString()
public boolean isDefined()
public boolean isUndefined()
public Object println()
public Object print()
public Object err()
public Object errln()
public int asInteger()
public boolean isInteger()
public boolean isReal()
public float asReal()
public double asDouble()
public float asFloat()
public long asLong()
public boolean asBoolean()
public String asUnicode()
public Date asDate(String format) throws ParseException
ParseException
Copyright © 2016. All rights reserved.