*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@877 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 3a1455664a
commit 7d6516d066
  1. 6
      jode/doc/technical.texi

@ -18,14 +18,14 @@ This chapter contains information, how the decompiler works.
The class jode.Type is the base class of all types (except MethodType). The class jode.Type is the base class of all types (except MethodType).
A type under jode is really a set of types, since it sometimes cannot A type under jode is really a set of types, since it sometimes cannot
know the exact type. A special type is Type.tError which represents the know the exact type. A special type is Type.tError which represents the
empty set. empty set and means, that something has gone wrong.
A type has the following operators: A type has the following operators:
@table @asis @table @asis
@item getSubType @item getSubType
Get the set of types, that are implicitly (in bytecode) castable to one Get the set of types, that are implicitly castable to one of the types
of the types in this type set. in this type set.
@item getSuperType @item getSuperType
Get the set of types, to which the types in this type set can be casted Get the set of types, to which the types in this type set can be casted

Loading…
Cancel
Save