public class TypeTemplatePrinter extends TypeSwitch
| Constructor and Description |
|---|
TypeTemplatePrinter(TemplatePrinter p) |
| Modifier and Type | Method and Description |
|---|---|
void |
caseAnySubType(AnySubType t) |
void |
caseArrayType(ArrayType t) |
void |
caseBooleanType(BooleanType t) |
void |
caseByteType(ByteType t) |
void |
caseCharType(CharType t) |
void |
caseDoubleType(DoubleType t) |
void |
caseErroneousType(ErroneousType t) |
void |
caseFloatType(FloatType t) |
void |
caseIntType(IntType t) |
void |
caseLongType(LongType t) |
void |
caseNullType(NullType t) |
void |
caseRefType(RefType t) |
void |
caseShortType(ShortType t) |
void |
caseStmtAddressType(StmtAddressType t) |
void |
caseUnknownType(UnknownType t) |
void |
caseVoidType(VoidType t) |
void |
defaultCase(Type t) |
void |
printAssign(String v,
Type t) |
void |
setVariableName(String name) |
caseDefault, getResult, setResultpublic TypeTemplatePrinter(TemplatePrinter p)
public void setVariableName(String name)
public void caseAnySubType(AnySubType t)
caseAnySubType in class TypeSwitchpublic void caseArrayType(ArrayType t)
caseArrayType in class TypeSwitchpublic void caseBooleanType(BooleanType t)
caseBooleanType in class TypeSwitchpublic void caseByteType(ByteType t)
caseByteType in class TypeSwitchpublic void caseCharType(CharType t)
caseCharType in class TypeSwitchpublic void defaultCase(Type t)
defaultCase in class TypeSwitchpublic void caseDoubleType(DoubleType t)
caseDoubleType in class TypeSwitchpublic void caseErroneousType(ErroneousType t)
caseErroneousType in class TypeSwitchpublic void caseFloatType(FloatType t)
caseFloatType in class TypeSwitchpublic void caseIntType(IntType t)
caseIntType in class TypeSwitchpublic void caseLongType(LongType t)
caseLongType in class TypeSwitchpublic void caseNullType(NullType t)
caseNullType in class TypeSwitchpublic void caseRefType(RefType t)
caseRefType in class TypeSwitchpublic void caseShortType(ShortType t)
caseShortType in class TypeSwitchpublic void caseStmtAddressType(StmtAddressType t)
caseStmtAddressType in class TypeSwitchpublic void caseUnknownType(UnknownType t)
caseUnknownType in class TypeSwitchpublic void caseVoidType(VoidType t)
caseVoidType in class TypeSwitchCopyright © 2020 Soot OSS. All rights reserved.